Contents

pixelBufferMipMapLevel

Returns the mipmap level of the pixel buffer attached to the OpenGL context.

Declaration

- (GLint) pixelBufferMipMapLevel;

Return Value

The desired mipmap level for rendering. This value should be less than or equal to the maximum texture mipmap level of pixelBuffer (accessible through an NSOpenGLPixelBuffer object’s textureMaxMipMapLevel method).

See Also

Working with Pixel Buffers