arenos-nexus/Arenos Nexus/Library/PackageCache/com.unity.render-pipelines.universal@0d0962426023/ShaderLibrary/Deprecated.hlsl
Daniel 2e704cae70 init
Init Commit Unity
2025-09-25 22:01:28 +02:00

9 lines
316 B
HLSL

#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