Enum ShaderStageFlags
- Namespace
- SharpVulkan
- Assembly
- Lime.dll
[Flags]
public enum ShaderStageFlags
Fields
All = 2147483647
AllGraphics = Vertex | TessellationControl | TessellationEvaluation | Geometry | Fragment
Compute = 32
Fragment = 16
Geometry = 8
None = 0
TessellationControl = 2
TessellationEvaluation = 4
Vertex = 1