MaterialShaderStage Enum
Namespace: Stride.Rendering.MaterialsAssembly: Stride.Rendering.dll
Enumerates the different possible material shader stages.
public enum MaterialShaderStage
Fields
| Name | Description |
|---|---|
| Domain | The domain shader |
| Pixel | The pixel shader |
| Vertex | The vertex shader |