Files
TowerDefence/My project/Library/PackageCache/com.unity.render-pipelines.universal@8a7d82525fcc/Shaders/2D/Include/ShapeLightShared.hlsl
Caleb Sandford deQuincey 334021d04e Started project
2025-11-14 17:30:41 +00: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