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 |
VkBuffer | dstBuffer |
uint32_t | regionCount |
const VkBufferImageCopy2 * | pRegions |
Definition at line 7155 of file vulkan_core.h.
VkBuffer VkCopyImageToBufferInfo2::dstBuffer |
Definition at line 7160 of file vulkan_core.h.
const void* VkCopyImageToBufferInfo2::pNext |
Definition at line 7157 of file vulkan_core.h.
const VkBufferImageCopy2* VkCopyImageToBufferInfo2::pRegions |
Definition at line 7162 of file vulkan_core.h.
uint32_t VkCopyImageToBufferInfo2::regionCount |
Definition at line 7161 of file vulkan_core.h.
VkImage VkCopyImageToBufferInfo2::srcImage |
Definition at line 7158 of file vulkan_core.h.
VkImageLayout VkCopyImageToBufferInfo2::srcImageLayout |
Definition at line 7159 of file vulkan_core.h.
VkStructureType VkCopyImageToBufferInfo2::sType |
Definition at line 7156 of file vulkan_core.h.