Table of Contents

Enum MaterialShaderStage

Namespace
Stride.Rendering.Materials
Assembly
Stride.Rendering.dll

Enumerates the different possible material shader stages.

public enum MaterialShaderStage

Fields

Domain = 1

The domain shader

Pixel = 2

The pixel shader

Vertex = 0

The vertex shader