Files
Generic/Library/PackageCache/com.unity.render-pipelines.universal@087c6d6dbb7d/ShaderLibrary/Deprecated.hlsl

9 lines
316 B
HLSL
Raw Normal View History

2025-04-26 21:54:32 +01:00
#ifndef UNIVERSAL_DEPRECATED_INCLUDED
#define UNIVERSAL_DEPRECATED_INCLUDED
// Remove in 2023.2.
// Deprecated define that was used in shadows.hlsl to set the array size of _AdditionalLightsWorldToShadow.
#define MAX_PUNCTUAL_LIGHT_SHADOW_SLICES_IN_UBO (MAX_VISIBLE_LIGHTS)
#endif // UNIVERSAL_DEPRECATED_INCLUDED