このページを含むバージョン:
このページを含まないバージョン:
デプス値をサンプリングするためのシャドウサンプリングモード
The texture and sampler can be declared with: sampler2D _Shadowmap;and sampled with: tex2D(_Shadowmap, uv).r;.
sampler2D _Shadowmap;
tex2D(_Shadowmap, uv).r;