SoFrameBufferObjectIsAvailable Method (SoState) |
Returns true if FrameBuffers are available on this system.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool IsAvailable(
SoState state
)
Public Shared Function IsAvailable (
state As SoState
) As Boolean
public:
static bool IsAvailable(
SoState^ state
)
static member IsAvailable :
state : SoState -> bool
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Boolean
Remarks
There is no guarantee it is possible to create a framebuffer (depends on requested size, available memory, etc).
See Also