Click or drag to resize
SoRenderToTargetenableFragmentsQuery Property

This field enables or disables the query counter used to count the number of fragments rasterized during the render to texture operation.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool enableFragmentsQuery { get; }

Property Value

Type: SoSFBool
Remarks

Default is false.

The method OIV.Inventor.Nodes.SoRenderToTarget.GetRasterizedSamplesCount() can be used to get the result of the query.

See Also