You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hwcontext_vulkan: load query-related functions
Needed for both encoding and decoding.
This commit is contained in:
@@ -162,6 +162,15 @@ typedef enum FFVulkanExtensions {
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateDescriptorUpdateTemplate) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyDescriptorUpdateTemplate) \
|
||||
\
|
||||
/* Queries */ \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateQueryPool) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, GetQueryPoolResults) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, ResetQueryPool) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CmdBeginQuery) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CmdEndQuery) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CmdResetQueryPool) \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, DestroyQueryPool) \
|
||||
\
|
||||
/* sync2 */ \
|
||||
MACRO(1, 1, FF_VK_EXT_NO_FLAG, CmdPipelineBarrier2) \
|
||||
\
|
||||
|
Reference in New Issue
Block a user