mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-06 06:50:43 +09:00
Add option to change output resolution (-s)
This commit is contained in:
@@ -11,6 +11,7 @@ typedef struct {
|
||||
bool hdr;
|
||||
bool record_cursor;
|
||||
int fps;
|
||||
vec2i output_resolution;
|
||||
} gsr_capture_kms_params;
|
||||
|
||||
gsr_capture* gsr_capture_kms_create(const gsr_capture_kms_params *params);
|
||||
|
||||
Reference in New Issue
Block a user