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