ShadowSamplingMode
Used by CommandBuffer.SetShadowSamplingMode.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum ShadowSamplingMode
Fields
Value | Description |
|---|---|
| CompareDepths | Default shadow sampling mode: sampling with a comparison filter. |
| None | In ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap. |
| RawDepth | Shadow sampling mode for sampling the depth value. |