mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
Add vulkan video encoding option, improve translation strings
This commit is contained in:
@@ -18,6 +18,13 @@ namespace gsr {
|
||||
bool av1_10bit = false;
|
||||
bool vp8 = false;
|
||||
bool vp9 = false;
|
||||
bool h264_vulkan = false;
|
||||
bool hevc_vulkan = false;
|
||||
bool hevc_hdr_vulkan = false;
|
||||
bool hevc_10bit_vulkan = false;
|
||||
bool av1_vulkan = false;
|
||||
bool av1_hdr_vulkan = false;
|
||||
bool av1_10bit_vulkan = false;
|
||||
};
|
||||
|
||||
struct SupportedImageFormats {
|
||||
|
||||
Reference in New Issue
Block a user