Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkImage | srcImage |
VkImageLayout | srcImageLayout |
VkImage | dstImage |
VkImageLayout | dstImageLayout |
uint32_t | regionCount |
const VkImageCopy2 * | pRegions |
Definition at line 7123 of file vulkan_core.h.
VkImage VkCopyImageInfo2::dstImage |
Definition at line 7128 of file vulkan_core.h.
VkImageLayout VkCopyImageInfo2::dstImageLayout |
Definition at line 7129 of file vulkan_core.h.
const void* VkCopyImageInfo2::pNext |
Definition at line 7125 of file vulkan_core.h.
const VkImageCopy2* VkCopyImageInfo2::pRegions |
Definition at line 7131 of file vulkan_core.h.
uint32_t VkCopyImageInfo2::regionCount |
Definition at line 7130 of file vulkan_core.h.
VkImage VkCopyImageInfo2::srcImage |
Definition at line 7126 of file vulkan_core.h.
VkImageLayout VkCopyImageInfo2::srcImageLayout |
Definition at line 7127 of file vulkan_core.h.
VkStructureType VkCopyImageInfo2::sType |
Definition at line 7124 of file vulkan_core.h.