vulkan: rewrite to support all necessary features
This commit rewrites the majority of vulkan.c to enable its use as a general-purpose high-level utility code, usable for decoding, encoding, and filtering of video frames. The dependency system was rewritten to simplify management of execution. The image handling system was rewritten to accomodate multiplane images. Due to how related all the new features were, this is a single commit.
This commit is contained in:
@@ -93,6 +93,7 @@ typedef enum FFVulkanExtensions {
|
||||
/* Queue */ \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, GetDeviceQueue) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, QueueSubmit) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, QueueSubmit2) \
|
||||
\
|
||||
/* Fences */ \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateFence) \
|
||||
|
||||
Reference in New Issue
Block a user