Files
CartoonFPS/Library/PackageCache/com.unity.render-pipelines.universal@a55da47cc43f/Shaders/2D/Include/ShapeLightShared.hlsl
SHOUTING_PIRATE 4c8592d0ab initial commit
2025-08-05 09:30:40 +01:00

10 lines
257 B
HLSL

#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