Contents

kCVPixelBufferIOSurfaceOpenGLESFBOCompatibilityKey

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

Declaration

let kCVPixelBufferIOSurfaceOpenGLESFBOCompatibilityKey: CFString

Discussion

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

See Also

Constants