You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DrawableSize property in CAMetalLayer is currently typed as nint, but according to Apple's documentation, it should be CGSize (a struct with width and height).
Since SharpMetal doesn't include CoreGraphics types, how should I correctly get/set this property?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The
DrawableSizeproperty inCAMetalLayeris currently typed asnint, but according to Apple's documentation, it should beCGSize(a struct withwidthandheight).Since SharpMetal doesn't include CoreGraphics types, how should I correctly get/set this property?
Beta Was this translation helpful? Give feedback.
All reactions