UnityGame/Library/PackageCache/com.unity.render-pipelines.universal/Shaders/2D/Include/ShapeLightVariables.hlsl

11 lines
193 B
HLSL
Raw Normal View History

2024-10-27 10:53:47 +03:00
#ifndef SHAPE_LIGHT_VARIABLES
#define SHAPE_LIGHT_VARIABLES
TEXTURE2D(_DefaultWhiteTex);
SAMPLER(sampler_DefaultWhiteTex);
float4 _DefaultWhiteTex_TexelSize;
half _HDREmulationScale;
#endif