Contents

kCVPixelBufferIOSurfaceOpenGLFBOCompatibilityKey

A key to a Boolean value that indicates whether OpenGL can create a valid texture for use as a color buffer attachment.

Declaration

let kCVPixelBufferIOSurfaceOpenGLFBOCompatibilityKey: CFString

Discussion

This key indicates whether the texture OpenGL creates from the pixel buffer’s underlying IOSurface instance is valid to use as a color buffer attachment to an OpenGL frame buffer object.

See Also

Constants