|
FFmpeg
|
#include <vulkan.h>
Data Fields | |
| int | nb_views |
| VkDevice | dev |
| const VkAllocationCallbacks * | alloc |
| PFN_vkDestroyImageView | destroy_image_view |
| VkImageView | views [AV_NUM_DATA_POINTERS] |
| int FFVkImageViews::nb_views |
Definition at line 553 of file vulkan.h.
Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().
| VkDevice FFVkImageViews::dev |
Definition at line 555 of file vulkan.h.
Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().
| const VkAllocationCallbacks* FFVkImageViews::alloc |
Definition at line 556 of file vulkan.h.
Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().
| PFN_vkDestroyImageView FFVkImageViews::destroy_image_view |
Definition at line 557 of file vulkan.h.
Referenced by ff_vk_imageviews_alloc(), and reset_imageviews().
| 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().