Enum ShaderStages
A bitmask representing a set of shader stages.
Namespace: Veldrid
Assembly: cs.temp.dll.dll
Syntax
[Flags]
public enum ShaderStages : byte
Fields
Name | Description |
---|---|
Compute | The compute shader stage. |
Fragment | The fragment (or pixel) shader stage. |
Geometry | The geometry shader stage. |
None | No stages. |
TessellationControl | The tessellation control (or hull) shader stage. |
TessellationEvaluation | The tessellation evaluation (or domain) shader stage. |
Vertex | The vertex shader stage. |