A game about forced loneliness, made by TACStudios
at master 33 lines 876 B view raw
1// 2// This file was automatically generated. Please don't edit by hand. Execute Editor command [ Edit > Rendering > Generate Shader Includes ] instead 3// 4 5#ifndef HDROUTPUTDEFINES_CS_HLSL 6#define HDROUTPUTDEFINES_CS_HLSL 7// 8// UnityEngine.Rendering.HDRColorspace: static fields 9// 10#define HDRCOLORSPACE_REC709 (0) 11#define HDRCOLORSPACE_REC2020 (1) 12#define HDRCOLORSPACE_P3D65 (2) 13 14// 15// UnityEngine.Rendering.HDREncoding: static fields 16// 17#define HDRENCODING_LINEAR (3) 18#define HDRENCODING_PQ (2) 19#define HDRENCODING_GAMMA22 (4) 20#define HDRENCODING_S_RGB (0) 21 22// 23// UnityEngine.Rendering.HDRRangeReduction: static fields 24// 25#define HDRRANGEREDUCTION_NONE (0) 26#define HDRRANGEREDUCTION_REINHARD (1) 27#define HDRRANGEREDUCTION_BT2390 (2) 28#define HDRRANGEREDUCTION_ACES1000NITS (3) 29#define HDRRANGEREDUCTION_ACES2000NITS (4) 30#define HDRRANGEREDUCTION_ACES4000NITS (5) 31 32 33#endif