ShadowSamplingMode

enumeration

Description 描述

Used by CommandBuffer.SetShadowSamplingMode.

Properties 属性

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