fix:风机初始化代码提交

This commit is contained in:
zhangjiajia
2026-05-20 17:05:47 +08:00
parent 8510a3dcda
commit 9579356ed1
3752 changed files with 1351544 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#include_with_pragmas "FogIncludeHLSL.hlsl"
float3 ApplyFog(float3 sceneColor, float2 uv, float3 wPos, float linearDepth)
{
return ApplyFogAndVolumetricLights(sceneColor,uv,wPos,linearDepth);
}