SoGLContextSwapBuffers Method (Int32) |
Note: This API is now obsolete.
Swaps the buffers for the desired plane.
Namespace: OIV.Inventor.Devices
[EditorBrowsableAttribute(EditorBrowsableState.Never)] [ObsoleteAttribute("See documentation for more details")] public bool SwapBuffers( int plane )
-1 Uses the value stored in the SoGLFormat, which is set to the main plane by default. 0 If there is an overlay context and we want to swap the main plane 1 If there is an overlay context and we want to swap the overlay planeObsoletesince Open Inventor 9610 Overlay feature is legacy, and no longer makes sense with current hardware. Use swapBuffers() method without arguments instead.