You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678 |
- #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
|