Skip to main content

ShadowSamplingMode

Used by CommandBuffer.SetShadowSamplingMode.

Elements

ElementDescription
ShadowSamplingMode.CompareDepthsDefault shadow sampling mode: sampling with a comparison filter.
ShadowSamplingMode.NoneIn ShadowSamplingMode.None, depths are not compared. Use this value if a Texture is not a shadowmap.
ShadowSamplingMode.RawDepthShadow sampling mode for sampling the depth value.