Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkBuffer | srcBuffer |
VkImage | dstImage |
VkImageLayout | dstImageLayout |
uint32_t | regionCount |
const VkBufferImageCopy2 * | pRegions |
Definition at line 7145 of file vulkan_core.h.
VkImage VkCopyBufferToImageInfo2::dstImage |
Definition at line 7149 of file vulkan_core.h.
VkImageLayout VkCopyBufferToImageInfo2::dstImageLayout |
Definition at line 7150 of file vulkan_core.h.
const void* VkCopyBufferToImageInfo2::pNext |
Definition at line 7147 of file vulkan_core.h.
const VkBufferImageCopy2* VkCopyBufferToImageInfo2::pRegions |
Definition at line 7152 of file vulkan_core.h.
uint32_t VkCopyBufferToImageInfo2::regionCount |
Definition at line 7151 of file vulkan_core.h.
VkBuffer VkCopyBufferToImageInfo2::srcBuffer |
Definition at line 7148 of file vulkan_core.h.
VkStructureType VkCopyBufferToImageInfo2::sType |
Definition at line 7146 of file vulkan_core.h.