Add vulkan video encoding option, improve translation strings

This commit is contained in:
dec05eba
2026-04-18 20:45:45 +02:00
parent 0c6d887def
commit 532c50ce6d
15 changed files with 184 additions and 50 deletions

View File

@@ -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 {