No overview available.
SDK
- macOS 10.0–10.14Deprecated
Framework
- App
Kit
Declaration
const NSOpen GLContext Parameter NSOpenGLCPSurfaceSurfaceVolatile;
No overview available.
SDK
Framework
const NSOpen GLContext Parameter NSOpenGLCPSurfaceSurfaceVolatile;
NSOpen GLCPSurface Backing Size
Set or get the height and width of the back buffer. You can use this to let the system scale an image automatically on swapping to a variable-size buffer. The back buffer size remains fixed at the size that you set up regardless of whether the image is resized to display larger onscreen.
NSOpen GLCPGPUVertex Processing
The CPU is currently processing vertices with the GPU. You can get this state.
NSOpen GLCPGPUFragment Processing
The CPU is currently processing fragments with the GPU. You can get this state.
NSOpen GLCPHas Drawable
Returns a Boolean that indicates whether a drawable is attached to the context.
NSOpen GLCPMPSwaps In Flight
The number of frames that the multithreaded OpenGL engine can process before stalling. The default value is 1. New frames are queued when the application calls the flush
method. A larger number may improve overall performance, but adds latency between when a frame is rendered and when a frame is displayed. Interactive applications should leave this value at the default.
NSOpen GLCPSwap Rectangle Enable
Enables or disables the swap rectangle in the context’s drawable object.
NSOpen GLCPRasterization Enable
If disabled, all rasterization of 2D and 3D primitives is disabled.
NSOpen GLCPState Validation
If enabled, OpenGL inspects the context state each time the update
method is called to ensure that it is in an appropriate state for switching between renderers.