이 페이지가 있는 버전:
이 페이지가 없는 버전:
Default shadow sampling mode: sampling with a comparison filter.
The texture and sampler should be declared with: UNITY_DECLARE_SHADOWMAP(_Shadowmap);and sampled with: UNITY_SAMPLE_SHADOW(_Shadowmap, half3(uv, depth_for_comparison));.
UNITY_DECLARE_SHADOWMAP(_Shadowmap);
UNITY_SAMPLE_SHADOW(_Shadowmap, half3(uv, depth_for_comparison));