Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkHostImageCopyFlagsEXT | flags |
VkImage | srcImage |
VkImageLayout | srcImageLayout |
uint32_t | regionCount |
const VkImageToMemoryCopyEXT * | pRegions |
Definition at line 14185 of file vulkan_core.h.
VkHostImageCopyFlagsEXT VkCopyImageToMemoryInfoEXT::flags |
Definition at line 14188 of file vulkan_core.h.
const void* VkCopyImageToMemoryInfoEXT::pNext |
Definition at line 14187 of file vulkan_core.h.
const VkImageToMemoryCopyEXT* VkCopyImageToMemoryInfoEXT::pRegions |
Definition at line 14192 of file vulkan_core.h.
uint32_t VkCopyImageToMemoryInfoEXT::regionCount |
Definition at line 14191 of file vulkan_core.h.
VkImage VkCopyImageToMemoryInfoEXT::srcImage |
Definition at line 14189 of file vulkan_core.h.
VkImageLayout VkCopyImageToMemoryInfoEXT::srcImageLayout |
Definition at line 14190 of file vulkan_core.h.
VkStructureType VkCopyImageToMemoryInfoEXT::sType |
Definition at line 14186 of file vulkan_core.h.