FFmpeg
Data Fields
VulkanExecCtx Struct Reference

Data Fields

VkCommandPool pool
 
VkCommandBuffer * bufs
 
VulkanQueueCtxqueues
 
int nb_queues
 
int cur_queue_idx
 

Detailed Description

Definition at line 71 of file hwcontext_vulkan.c.

Field Documentation

◆ pool

VkCommandPool VulkanExecCtx::pool

Definition at line 72 of file hwcontext_vulkan.c.

Referenced by create_exec_ctx(), and free_exec_ctx().

◆ bufs

VkCommandBuffer* VulkanExecCtx::bufs

◆ queues

VulkanQueueCtx* VulkanExecCtx::queues

◆ nb_queues

int VulkanExecCtx::nb_queues

Definition at line 75 of file hwcontext_vulkan.c.

Referenced by create_exec_ctx(), free_exec_ctx(), and submit_exec_ctx().

◆ cur_queue_idx

int VulkanExecCtx::cur_queue_idx

The documentation for this struct was generated from the following file: