Contents

drawableColorFormat

The format of the color renderbuffer.

Declaration

var drawableColorFormat: GLKViewDrawableColorFormat { get set }

Discussion

The default value is GLKViewDrawableColorFormat.RGBA8888.

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