study/first_study/Library/PackageCache/com.unity.render-pipelines.universal@d10049dfa479/ShaderLibrary/Fog.hlsl
jh04010421 739d49f1a0 Unity | 2026.01.20
수업 실습 파일
2026-01-20 11:01:57 +09: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