Files
3d-tower/Assets/Enviro 3 - Sky and Weather/Resources/Shader/Includes/VolumetricCloudsTexURPInclude.cginc
2026-05-09 09:10:52 +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);