Skip to content

Api > ShadowSamplingMode


ShadowSamplingMode⚓︎

Used by CommandBuffer.SetShadowSamplingMode.

Elements⚓︎

Element Description
ShadowSamplingMode.CompareDepths Default shadow sampling mode: sampling with a comparison filter.
ShadowSamplingMode.None In ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap.
ShadowSamplingMode.RawDepth Shadow sampling mode for sampling the depth value.