이 페이지가 있는 버전:
이 페이지가 없는 버전:
Shadow sampling mode for sampling the depth value.
The texture and sampler can be declared with: sampler2D _Shadowmap;and sampled with: tex2D(_Shadowmap, uv).r;.
sampler2D _Shadowmap;
tex2D(_Shadowmap, uv).r;