Unity_lab3/Unity3_lab/Library/PackageCache/com.unity.render-pipelines.universal@4f66ce9345de/ShaderLibrary/Fog.hlsl

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