Table of Contents

Enum ShaderProgramType

Namespace
ValveResourceFormat.Renderer
Assembly
Renderer.dll

Shader stage types in the rendering pipeline.

public enum ShaderProgramType

Fields

Vertex = 0
Fragment = 1
Compute = 2
Max = 3