xyi/Library/PackageCache/com.unity.render-pipelines.universal@3696a2e8b4ac/Shaders/2D/Include/ShapeLightVariables.hlsl
Vladislav 2750530006 1
2025-09-18 15:33:57 +03:00

11 lines
193 B
HLSL

#ifndef SHAPE_LIGHT_VARIABLES
#define SHAPE_LIGHT_VARIABLES
TEXTURE2D(_DefaultWhiteTex);
SAMPLER(sampler_DefaultWhiteTex);
float4 _DefaultWhiteTex_TexelSize;
half _HDREmulationScale;
#endif