Enum ShaderStage
- Namespace
- ShadowDusk.Core
- Assembly
- ShadowDusk.Core.dll
Which programmable shader stage a single compile request targets. The ordinals are
stable (Vertex = 0, Pixel = 1) and are used to pick the matching shader
profile/entry point when invoking the backend compiler.
public enum ShaderStage
Fields
Pixel = 1Vertex = 0