FFmpeg
Data Fields
FFVulkanShaderData Struct Reference

#include <vulkan.h>

Data Fields

FFVulkanShadershd
 
int nb_descriptor_sets
 
FFVulkanDescriptorSetData desc_set_buf [FF_VK_MAX_DESCRIPTOR_SETS]
 
VkDescriptorBufferBindingInfoEXT desc_bind [FF_VK_MAX_DESCRIPTOR_SETS]
 
VkDescriptorSet * desc_sets
 
VkDescriptorPool desc_pool
 

Detailed Description

Definition at line 277 of file vulkan.h.

Field Documentation

◆ shd

FFVulkanShader* FFVulkanShaderData::shd

Definition at line 279 of file vulkan.h.

Referenced by ff_vk_shader_register_exec(), and get_shd_data().

◆ nb_descriptor_sets

int FFVulkanShaderData::nb_descriptor_sets

◆ desc_set_buf

FFVulkanDescriptorSetData FFVulkanShaderData::desc_set_buf[FF_VK_MAX_DESCRIPTOR_SETS]

◆ desc_bind

VkDescriptorBufferBindingInfoEXT FFVulkanShaderData::desc_bind[FF_VK_MAX_DESCRIPTOR_SETS]

Definition at line 284 of file vulkan.h.

Referenced by ff_vk_exec_bind_shader(), and ff_vk_shader_register_exec().

◆ desc_sets

VkDescriptorSet* FFVulkanShaderData::desc_sets

◆ desc_pool

VkDescriptorPool FFVulkanShaderData::desc_pool

Definition at line 288 of file vulkan.h.

Referenced by ff_vk_exec_pool_free(), and ff_vk_shader_register_exec().


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