Nessuna descrizione
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.

HDROutputDefines.cs.hlsl 876B

123456789101112131415161718192021222324252627282930313233
  1. //
  2. // This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead
  3. //
  4. #ifndef HDROUTPUTDEFINES_CS_HLSL
  5. #define HDROUTPUTDEFINES_CS_HLSL
  6. //
  7. // UnityEngine.Rendering.HDRColorspace: static fields
  8. //
  9. #define HDRCOLORSPACE_REC709 (0)
  10. #define HDRCOLORSPACE_REC2020 (1)
  11. #define HDRCOLORSPACE_P3D65 (2)
  12. //
  13. // UnityEngine.Rendering.HDREncoding: static fields
  14. //
  15. #define HDRENCODING_LINEAR (3)
  16. #define HDRENCODING_PQ (2)
  17. #define HDRENCODING_GAMMA22 (4)
  18. #define HDRENCODING_S_RGB (0)
  19. //
  20. // UnityEngine.Rendering.HDRRangeReduction: static fields
  21. //
  22. #define HDRRANGEREDUCTION_NONE (0)
  23. #define HDRRANGEREDUCTION_REINHARD (1)
  24. #define HDRRANGEREDUCTION_BT2390 (2)
  25. #define HDRRANGEREDUCTION_ACES1000NITS (3)
  26. #define HDRRANGEREDUCTION_ACES2000NITS (4)
  27. #define HDRRANGEREDUCTION_ACES4000NITS (5)
  28. #endif