Click or drag to resize
SoVertexAttribFeedbackdisableFragmentProcessing Property

Turn off the fragment rasterizer.

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

Property Value

Type: SoSFBool
Remarks

It means that the result of the shader is not rendered.

Most of the time the main goal of this node is to record the result of varyings from the geometry shaders and the recorded primitives are not supposed to be rendered.

Default value is true.

See Also