SoRenderToTargetGetRasterizedSamplesCount Method |
Returns the number of samples generated by the rasterizer during the last GLRender action.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public int GetRasterizedSamplesCount()
Public Function GetRasterizedSamplesCount As Integer
public:
int GetRasterizedSamplesCount()
member GetRasterizedSamplesCount : unit -> int
Return Value
Type:
Int32Remarks To enable this feature the enableFragmentsQuery field must be set to true. Otherwise the result is undefined.
See Also