Vulkan-Hpp
|
#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 14905 of file vulkan_core.h.
VkImage VkCopyImageToImageInfoEXT::dstImage |
Definition at line 14911 of file vulkan_core.h.
VkImageLayout VkCopyImageToImageInfoEXT::dstImageLayout |
Definition at line 14912 of file vulkan_core.h.
VkHostImageCopyFlagsEXT VkCopyImageToImageInfoEXT::flags |
Definition at line 14908 of file vulkan_core.h.
const void* VkCopyImageToImageInfoEXT::pNext |
Definition at line 14907 of file vulkan_core.h.
const VkImageCopy2* VkCopyImageToImageInfoEXT::pRegions |
Definition at line 14914 of file vulkan_core.h.
uint32_t VkCopyImageToImageInfoEXT::regionCount |
Definition at line 14913 of file vulkan_core.h.
VkImage VkCopyImageToImageInfoEXT::srcImage |
Definition at line 14909 of file vulkan_core.h.
VkImageLayout VkCopyImageToImageInfoEXT::srcImageLayout |
Definition at line 14910 of file vulkan_core.h.
VkStructureType VkCopyImageToImageInfoEXT::sType |
Definition at line 14906 of file vulkan_core.h.