Click or drag to resize
SoFrameBufferObjectGetActualSamplesCount Method

Returns the number of samples actually used by the FBO.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public int GetActualSamplesCount()

Return Value

Type: Int32
Remarks

The value is not correct right after a call to setSamplesCount but after the first bind/unbind operation.

See Also