video_out: HDR support (#2381)

* Initial HDR support

* fix for crashes when debug tools used
This commit is contained in:
psucien
2025-02-09 15:54:54 +01:00
committed by GitHub
parent fb0871dbc8
commit 8f2883a388
16 changed files with 186 additions and 16 deletions

View File

@@ -51,6 +51,7 @@ void SetUseUnifiedInputConfig(bool use);
u32 getScreenWidth();
u32 getScreenHeight();
s32 getGpuId();
bool allowHDR();
bool debugDump();
bool collectShadersForDebug();