SoVertexAttribFeedbackPrimitiveTypes Enumeration |
This enum is used to setup the expected recorded primitive type from the shaders.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
LINES | 0 | The shader is supposed to generate LINES. | |
POINTS | 1 | The shader is supposed to generate POINTS. | |
TRIANGLES | 2 | The shader is supposed to generate TRIANGLES. |