Click or drag to resize
SoFrameBufferObjectIsAvailable Method (SoState)

Returns true if FrameBuffers are available 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 IsAvailable(
	SoState state
)

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