FFmpeg
Loading...
Searching...
No Matches
FFVkImageViews Struct Reference

#include <vulkan.h>

Data Fields

int nb_views
 
VkDevice dev
 
const VkAllocationCallbacks * alloc
 
PFN_vkDestroyImageView destroy_image_view
 
VkImageView views [AV_NUM_DATA_POINTERS]
 

Detailed Description

Definition at line 552 of file vulkan.h.

Field Documentation

◆ nb_views

int FFVkImageViews::nb_views

Definition at line 553 of file vulkan.h.

Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().

◆ dev

VkDevice FFVkImageViews::dev

Definition at line 555 of file vulkan.h.

Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().

◆ alloc

const VkAllocationCallbacks* FFVkImageViews::alloc

Definition at line 556 of file vulkan.h.

Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().

◆ destroy_image_view

PFN_vkDestroyImageView FFVkImageViews::destroy_image_view

Definition at line 557 of file vulkan.h.

Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().

◆ views

VkImageView FFVkImageViews::views[AV_NUM_DATA_POINTERS]

Definition at line 559 of file vulkan.h.

Referenced by ff_vk_decode_prepare_frame(), and reset_imageviews().


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