Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkHostImageCopyFlagsEXT | flags |
VkImage | dstImage |
VkImageLayout | dstImageLayout |
uint32_t | regionCount |
const VkMemoryToImageCopyEXT * | pRegions |
Definition at line 15414 of file vulkan_core.h.
VkImage VkCopyMemoryToImageInfoEXT::dstImage |
Definition at line 15418 of file vulkan_core.h.
VkImageLayout VkCopyMemoryToImageInfoEXT::dstImageLayout |
Definition at line 15419 of file vulkan_core.h.
VkHostImageCopyFlagsEXT VkCopyMemoryToImageInfoEXT::flags |
Definition at line 15417 of file vulkan_core.h.
const void* VkCopyMemoryToImageInfoEXT::pNext |
Definition at line 15416 of file vulkan_core.h.
const VkMemoryToImageCopyEXT* VkCopyMemoryToImageInfoEXT::pRegions |
Definition at line 15421 of file vulkan_core.h.
uint32_t VkCopyMemoryToImageInfoEXT::regionCount |
Definition at line 15420 of file vulkan_core.h.
VkStructureType VkCopyMemoryToImageInfoEXT::sType |
Definition at line 15415 of file vulkan_core.h.