Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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