Enum ShaderProgramType
- Namespace
- ValveResourceFormat.Renderer
- Assembly
- Renderer.dll
Shader stage types in the rendering pipeline.
public enum ShaderProgramTypeFields
Vertex = 0Fragment = 1Compute = 2Max = 3
Shader stage types in the rendering pipeline.
public enum ShaderProgramTypeVertex = 0 Fragment = 1 Compute = 2 Max = 3