From 463d5b5a25425e7e6ddfe0c6139bff0d2c9e50b6 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 11 Feb 2024 17:49:36 +0100 Subject: nvidia wayland: add hdr metadata --- include/capture/kms_cuda.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/capture/kms_cuda.h') diff --git a/include/capture/kms_cuda.h b/include/capture/kms_cuda.h index 14ed333..5691f61 100644 --- a/include/capture/kms_cuda.h +++ b/include/capture/kms_cuda.h @@ -11,6 +11,7 @@ typedef struct { gsr_egl *egl; const char *display_to_capture; /* if this is "screen", then the first monitor is captured. A copy is made of this */ gsr_gpu_info gpu_inf; + bool hdr; } gsr_capture_kms_cuda_params; gsr_capture* gsr_capture_kms_cuda_create(const gsr_capture_kms_cuda_params *params); -- cgit v1.2.3