Contents

NSOpenGLCPSurfaceOrder

Get or set the surface order.

Declaration

static const NSOpenGLContextParameter NSOpenGLCPSurfaceOrder;

Discussion

If the surface order is set to 1 (the default), the order is above the window (default). If the value is –1, the order is below the window.

See Also

Deprecated