SoFrameBufferObjectGetActualSamplesCount Method |
Returns the number of samples actually used by the FBO.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetActualSamplesCount()
Public Function GetActualSamplesCount As Integer
public:
int GetActualSamplesCount()
member GetActualSamplesCount : unit -> int
Return Value
Type:
Int32
RemarksThe value is not correct right after a call to setSamplesCount but after the first bind/unbind operation.
See Also