Files
Test-Multiplayer/Library/PackageCache/com.unity.render-pipelines.universal@bc6f352be672/Shaders/2D/Include/ShapeLightVariables.hlsl
pelpanagiotis 329b7d3183 First Commit
2025-12-21 18:31:02 +02:00

7 lines
94 B
HLSL

#ifndef SHAPE_LIGHT_VARIABLES
#define SHAPE_LIGHT_VARIABLES
half _HDREmulationScale;
#endif