ShadingRateCombinerStage
Constants that specify the shading rate combiner stage.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum ShadingRateCombinerStage
Remarks
The various sources of shading rate are resolved using multiple combiners. This enum represent which stage a specific combiner is applied.
Additional Resources: CommandBuffer.SetShadingRateCombiner, ShadingRateCombiner, ShadingRateInfo.supportsPerImageTile.