arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.render-pipelines.universal@0d0962426023/ShaderLibrary/Fog.hlsl
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

10 lines
235 B
HLSL

#pragma once
#include "Packages/com.unity.render-pipelines.universal-config/Runtime/ShaderConfig.cs.hlsl"
#if USE_DYNAMIC_BRANCH_FOG_KEYWORD
#pragma dynamic_branch _ FOG_LINEAR FOG_EXP FOG_EXP2
#else
#pragma multi_compile_fog
#endif