6 lines
203 B
HLSL
6 lines
203 B
HLSL
TEXTURE2D_X(_MainTex);
|
|
SAMPLER(sampler_MainTex);
|
|
TEXTURE2D_X_FLOAT(_DownsampledDepth);
|
|
SAMPLER (sampler_DownsampledDepth);
|
|
TEXTURE2D_X_FLOAT(_CameraDepthTexture);
|
|
SAMPLER (sampler_CameraDepthTexture); |