Files
3d-guanwang/Assets/Enviro 3 - Sky and Weather/Resources/Shader/Includes/VolumetricCloudsTexURPInclude.cginc
XuGaoFeng c217787c5c add codes
2026-08-25 15:15:42 +08:00

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);