mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
hwcontext_vulkan: load query-related functions
Needed for both encoding and decoding.
This commit is contained in:
parent
d4cb48dd00
commit
e5e12c5078
@ -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) \
|
||||
\
|
||||
|
Loading…
Reference in New Issue
Block a user