SoFrameBufferObjectIsMultisamplingAvailable Method (SoState) |
Returns true if multisampling is available for FrameBuffers on this system.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsMultisamplingAvailable(
SoState state
)
Public Shared Function IsMultisamplingAvailable (
state As SoState
) As Boolean
public:
static bool IsMultisamplingAvailable(
SoState^ state
)
static member IsMultisamplingAvailable :
state : SoState -> bool
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