Contents

kCVPixelBufferOpenGLESCompatibilityKey

A key to a Boolean value that indicates whether the pixel buffer is compatible with OpenGL ES contexts.

Declaration

let kCVPixelBufferOpenGLESCompatibilityKey: CFString

Discussion

The value for this key is of type CFBoolean. To use pixel buffers in OpenGL ES rendering, see CVOpenGLESTextureCache.

See Also

Constants