SoFrameBufferObjectGetMaxSamples Method (SoState) |
Returns the maximum number of samples usable for multisampling.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static int GetMaxSamples(
SoState state
)
Public Shared Function GetMaxSamples (
state As SoState
) As Integer
public:
static int GetMaxSamples(
SoState^ state
)
static member GetMaxSamples :
state : SoState -> int
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
Int32
Remarks
See Also