FFmpeg
Data Fields
ImageBuffer Struct Reference

Data Fields

VkBuffer buf
 
VkDeviceMemory mem
 
VkMemoryPropertyFlagBits flags
 
int mapped_mem
 

Detailed Description

Definition at line 3453 of file hwcontext_vulkan.c.

Field Documentation

◆ buf

VkBuffer ImageBuffer::buf

Definition at line 3454 of file hwcontext_vulkan.c.

Referenced by create_buf(), free_buf(), and transfer_image_buf().

◆ mem

VkDeviceMemory ImageBuffer::mem

Definition at line 3455 of file hwcontext_vulkan.c.

Referenced by create_buf(), free_buf(), map_buffers(), and unmap_buffers().

◆ flags

VkMemoryPropertyFlagBits ImageBuffer::flags

Definition at line 3456 of file hwcontext_vulkan.c.

Referenced by create_buf(), map_buffers(), and unmap_buffers().

◆ mapped_mem

int ImageBuffer::mapped_mem

Definition at line 3457 of file hwcontext_vulkan.c.

Referenced by create_buf(), map_buffers(), and unmap_buffers().


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