Click or drag to resize
SoShaderObjectShaderTypes Enumeration

Type of the shader.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2026.1.0.0 (10.19.0.0)
Syntax
public enum ShaderTypes
Members
  Member nameValueDescription
VERTEX_SHADER0

The shader is a vertex shader.

GEOMETRY_SHADER1

The shader is a geometry shader.

FRAGMENT_SHADER2

The shader is a fragment shader.

TESSELLATION_CONTROL_SHADER3

The shader is a tessellation control shader.

TESSELLATION_EVALUATION_SHADER4

The shader is a tessellation evaluation shader.

COMPUTE_SHADER5

The shader is a compute shader.

RAY_GEN_SHADER6

The shader is a ray generation shader.

RAY_MISS_SHADER7

The shader is a ray miss shader.

ANY_HIT_SHADER8

The shader is an any hit shader.

CLOSEST_HIT_SHADER9

The shader is a closest hit shader.

INTERSECTION_SHADER10

The shader is an intersection shader.

Remarks