renderer: add render:non_shader_cm and fixes (#11900)
This commit is contained in:
parent
c467bb2640
commit
3bcfa94ee4
5 changed files with 31 additions and 8 deletions
|
|
@ -11,6 +11,13 @@
|
|||
#define HLG_MAX_LUMINANCE 1000.0
|
||||
|
||||
namespace NColorManagement {
|
||||
enum eNoShader : uint8_t {
|
||||
CM_NS_DISABLE = 0,
|
||||
CM_NS_ALWAYS = 1,
|
||||
CM_NS_ONDEMAND = 2,
|
||||
CM_NS_IGNORE = 3,
|
||||
};
|
||||
|
||||
enum ePrimaries : uint8_t {
|
||||
CM_PRIMARIES_SRGB = 1,
|
||||
CM_PRIMARIES_PAL_M = 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue