renderer: add render:non_shader_cm and fixes (#11900)

This commit is contained in:
UjinT34 2025-10-02 13:05:54 +03:00 committed by GitHub
parent c467bb2640
commit 3bcfa94ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 31 additions and 8 deletions

View file

@ -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,