| 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. | |
| RAY_GEN_SHADER | 6 | The shader is a ray generation shader. | |
| RAY_MISS_SHADER | 7 | The shader is a ray miss shader. | |
| ANY_HIT_SHADER | 8 | The shader is an any hit shader. | |
| CLOSEST_HIT_SHADER | 9 | The shader is a closest hit shader. | |
| INTERSECTION_SHADER | 10 | The shader is an intersection shader. |