Contents

drawableDepthFormat

The format of the depth renderbuffer

Declaration

var drawableDepthFormat: GLKViewDrawableDepthFormat { get set }

Discussion

The default value is GLKViewDrawableDepthFormat.formatNone.

After your application changes the value of this property, the view recreates its framebuffer object the next time the view is drawn.

See Also

Configuring the Framebuffer Object