Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkHostImageCopyFlagsEXT | flags |
VkImage | srcImage |
VkImageLayout | srcImageLayout |
VkImage | dstImage |
VkImageLayout | dstImageLayout |
uint32_t | regionCount |
const VkImageCopy2 * | pRegions |
Definition at line 14195 of file vulkan_core.h.
VkImage VkCopyImageToImageInfoEXT::dstImage |
Definition at line 14201 of file vulkan_core.h.
VkImageLayout VkCopyImageToImageInfoEXT::dstImageLayout |
Definition at line 14202 of file vulkan_core.h.
VkHostImageCopyFlagsEXT VkCopyImageToImageInfoEXT::flags |
Definition at line 14198 of file vulkan_core.h.
const void* VkCopyImageToImageInfoEXT::pNext |
Definition at line 14197 of file vulkan_core.h.
const VkImageCopy2* VkCopyImageToImageInfoEXT::pRegions |
Definition at line 14204 of file vulkan_core.h.
uint32_t VkCopyImageToImageInfoEXT::regionCount |
Definition at line 14203 of file vulkan_core.h.
VkImage VkCopyImageToImageInfoEXT::srcImage |
Definition at line 14199 of file vulkan_core.h.
VkImageLayout VkCopyImageToImageInfoEXT::srcImageLayout |
Definition at line 14200 of file vulkan_core.h.
VkStructureType VkCopyImageToImageInfoEXT::sType |
Definition at line 14196 of file vulkan_core.h.