SoShaderObjectShaderTypes Enumeration |
Type of the shader.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
VERTEX_SHADER | 0 | The shader is a vertex shader. | |
GEOMETRY_SHADER | 1 | The shader is a geometry shader. | |
FRAGMENT_SHADER | 2 | The shader is a fragment shader. | |
TESSELLATION_CONTROL_SHADER | 3 | The shader is a tessellation control shader. | |
TESSELLATION_EVALUATION_SHADER | 4 | The shader is a tessellation evaluation shader. | |
COMPUTE_SHADER | 5 | The shader is a compute shader. |