Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
void * | pHostPointer |
uint32_t | memoryRowLength |
uint32_t | memoryImageHeight |
VkImageSubresourceLayers | imageSubresource |
VkOffset3D | imageOffset |
VkExtent3D | imageExtent |
Definition at line 15403 of file vulkan_core.h.
VkExtent3D VkImageToMemoryCopyEXT::imageExtent |
Definition at line 15411 of file vulkan_core.h.
VkOffset3D VkImageToMemoryCopyEXT::imageOffset |
Definition at line 15410 of file vulkan_core.h.
VkImageSubresourceLayers VkImageToMemoryCopyEXT::imageSubresource |
Definition at line 15409 of file vulkan_core.h.
uint32_t VkImageToMemoryCopyEXT::memoryImageHeight |
Definition at line 15408 of file vulkan_core.h.
uint32_t VkImageToMemoryCopyEXT::memoryRowLength |
Definition at line 15407 of file vulkan_core.h.
void* VkImageToMemoryCopyEXT::pHostPointer |
Definition at line 15406 of file vulkan_core.h.
const void* VkImageToMemoryCopyEXT::pNext |
Definition at line 15405 of file vulkan_core.h.
VkStructureType VkImageToMemoryCopyEXT::sType |
Definition at line 15404 of file vulkan_core.h.