aboutsummaryrefslogtreecommitdiff
path: root/include/capture/nvfbc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/capture/nvfbc.h')
-rw-r--r--include/capture/nvfbc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/capture/nvfbc.h b/include/capture/nvfbc.h
index 36bc2b6..95ca88d 100644
--- a/include/capture/nvfbc.h
+++ b/include/capture/nvfbc.h
@@ -11,10 +11,10 @@ typedef struct {
vec2i pos;
vec2i size;
bool direct_capture;
- bool overclock;
- bool hdr;
+ gsr_color_depth color_depth;
gsr_color_range color_range;
bool record_cursor;
+ bool use_software_video_encoder;
} gsr_capture_nvfbc_params;
gsr_capture* gsr_capture_nvfbc_create(const gsr_capture_nvfbc_params *params);