mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-16 04:12:03 +00:00
[idd] add support to return HDR metadata to clients
This commit is contained in:
committed by
Geoffrey McRae
parent
11b3ac00a8
commit
0c653c1fb2
@@ -18,8 +18,8 @@ class CHDR16to10Effect : public CComputeEffect
|
||||
private:
|
||||
struct Consts
|
||||
{
|
||||
float SDRWhiteLevel;
|
||||
} m_consts = { 1.0f };
|
||||
float ReferenceWhiteNits; // scRGB reference white in nits (typically 80)
|
||||
} m_consts = { 80.0f };
|
||||
ComPtr<ID3D12Resource> m_constBuffer;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user