Practice_Unity/Library/PackageCache/com.unity.render-pipelines.universal@ba467ec059b9/Shaders/2D/Include/ShapeLightVariables.hlsl
2025-10-15 17:21:20 +09:00

7 lines
94 B
HLSL

#ifndef SHAPE_LIGHT_VARIABLES
#define SHAPE_LIGHT_VARIABLES
half _HDREmulationScale;
#endif