drawableSize
The current size of drawable textures.
Declaration
var drawableSize: CGSize { get set }Discussion
Changing this value adjusts the size of any color, depth, stencil, and multisampling textures created by the view. If autoResizeDrawable is true, this property is updated automatically whenever the view’s size changes. If autoResizeDrawable is false, set this value to change the size of the texture objects.
The default value is derived from the current view’s size, in native pixels.