Add vulkan video encoding option (-k h264_vulkan). WIP, not fully hardware accelerated yet

This commit is contained in:
dec05eba
2024-09-27 03:03:09 +02:00
parent 412cf0dbae
commit ebc8c69bac
14 changed files with 435 additions and 38 deletions

View File

@@ -0,0 +1,8 @@
#ifndef GSR_CODEC_QUERY_VULKAN_H
#define GSR_CODEC_QUERY_VULKAN_H
#include "codec_query.h"
bool gsr_get_supported_video_codecs_vulkan(gsr_supported_video_codecs *video_codecs, const char *card_path, bool cleanup);
#endif /* GSR_CODEC_QUERY_VULKAN_H */