Support taking a screenshot (-o image.jpg/image.png)

This commit is contained in:
dec05eba
2025-02-16 14:21:17 +01:00
parent 62bbdd7c30
commit 1b5cde0789
10 changed files with 371 additions and 21 deletions

View File

@@ -14,7 +14,6 @@ typedef struct {
gsr_color_depth color_depth;
gsr_color_range color_range;
bool record_cursor;
bool use_software_video_encoder;
vec2i output_resolution;
} gsr_capture_nvfbc_params;