diff options
author | Lynne <dev@lynne.ee> | 2022-12-22 17:37:51 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-05-29 00:41:47 +0200 |
commit | b15104ed97185e3e66d7a29322f656b358f54252 (patch) | |
tree | fc2dff5bec8e0188eb1040afde4ad9bf9aa41255 /libavutil/vulkan_functions.h | |
parent | 6eaf3fe69cc18739e9f2cc54418cf29c1d2c113c (diff) | |
download | ffmpeg-b15104ed97185e3e66d7a29322f656b358f54252.tar.gz |
vulkan: add support for retrieving queue, query and video properties
Diffstat (limited to 'libavutil/vulkan_functions.h')
-rw-r--r-- | libavutil/vulkan_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/vulkan_functions.h b/libavutil/vulkan_functions.h index 2a7c383dc1..e06d097807 100644 --- a/libavutil/vulkan_functions.h +++ b/libavutil/vulkan_functions.h @@ -77,6 +77,7 @@ typedef enum FFVulkanExtensions { MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceFormatProperties2) \ MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceImageFormatProperties2) \ MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceQueueFamilyProperties) \ + MACRO(1, 0, FF_VK_EXT_NO_FLAG, GetPhysicalDeviceQueueFamilyProperties2) \ \ /* Command pool */ \ MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateCommandPool) \ |