暫無描述
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.

Deprecated.hlsl 316B

12345678
  1. #ifndef UNIVERSAL_DEPRECATED_INCLUDED
  2. #define UNIVERSAL_DEPRECATED_INCLUDED
  3. // Remove in 2023.2.
  4. // Deprecated define that was used in shadows.hlsl to set the array size of _AdditionalLightsWorldToShadow.
  5. #define MAX_PUNCTUAL_LIGHT_SHADOW_SLICES_IN_UBO (MAX_VISIBLE_LIGHTS)
  6. #endif // UNIVERSAL_DEPRECATED_INCLUDED