CVPixelBufferAttributes.OpenGLESCompatibility Property

Definition

Indicates whether the pixel buffer is compatible with OpenGL for Embedded Systems contexts.

public Nullable<bool> OpenGLESCompatibility { get; set; }
member this.OpenGLESCompatibility : Nullable<bool> with get, set

Property Value

Remarks

The property uses constant kCVPixelBufferOpenGLESCompatibilityKey value to access the underlying dictionary.

Applies to