Click or drag to resize
SoFrameBufferObjectIsMultisamplingAvailable Method (SoState)

Returns true if multisampling is available for FrameBuffers on this system.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static bool IsMultisamplingAvailable(
	SoState state
)

Parameters

state
Type: OIV.Inventor.MiscSoState

Return Value

Type: Boolean
Remarks

There is no guarantee it is possible to enable multisampling (depends on requested samples).

See Also