Click or drag to resize
SoGLContextSwapBuffers Method (Int32)

Note: This API is now obsolete.

Swaps the buffers for the desired plane.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.GL (in OIV.Inventor.GL.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public bool SwapBuffers(
	int plane
)

Parameters

plane
Type: SystemInt32

Return Value

Type: Boolean
Remarks

-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.

See Also