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

6 lines
198 B
HLSL

#include_with_pragmas "FogIncludeHLSL.hlsl"
float3 ApplyFog(float3 sceneColor, float2 uv, float3 wPos, float linearDepth)
{
return ApplyFogAndVolumetricLights(sceneColor,uv,wPos,linearDepth);
}