mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 10:14:04 +00:00
[client] egl: prepare for DXGI HDR10 support
This commit is contained in:
@@ -133,10 +133,11 @@ KVMFRCursor;
|
||||
|
||||
enum
|
||||
{
|
||||
FRAME_FLAG_BLOCK_SCREENSAVER = 0x1,
|
||||
FRAME_FLAG_REQUEST_ACTIVATION = 0x2,
|
||||
FRAME_FLAG_TRUNCATED = 0x4, // ivshmem was too small for the frame
|
||||
FRAME_FLAG_HDR = 0x8 // RGBA10 may not be HDR
|
||||
FRAME_FLAG_BLOCK_SCREENSAVER = 0x1 ,
|
||||
FRAME_FLAG_REQUEST_ACTIVATION = 0x2 ,
|
||||
FRAME_FLAG_TRUNCATED = 0x4 , // ivshmem was too small for the frame
|
||||
FRAME_FLAG_HDR = 0x8 , // RGBA10 may not be HDR
|
||||
FRAME_FLAG_HDR_PQ = 0x10 // HDR PQ has been applied to the frame
|
||||
};
|
||||
|
||||
typedef uint32_t KVMFRFrameFlags;
|
||||
|
Reference in New Issue
Block a user