Files
LowPolyBattleSim/Library/PackageCache/com.unity.render-pipelines.universal@087c6d6dbb7d/Shaders/2D/Include/ShapeLightShared.hlsl

10 lines
257 B
HLSL
Raw Normal View History

2025-06-27 23:27:49 +01:00
#ifndef SHAPE_LIGHT_PRAGMAS
#define SHAPE_LIGHT_PRAGMAS
#pragma multi_compile USE_SHAPE_LIGHT_TYPE_0 __
#pragma multi_compile USE_SHAPE_LIGHT_TYPE_1 __
#pragma multi_compile USE_SHAPE_LIGHT_TYPE_2 __
#pragma multi_compile USE_SHAPE_LIGHT_TYPE_3 __
#endif