Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
const void * | pHostPointer |
uint32_t | memoryRowLength |
uint32_t | memoryImageHeight |
VkImageSubresourceLayers | imageSubresource |
VkOffset3D | imageOffset |
VkExtent3D | imageExtent |
Definition at line 15392 of file vulkan_core.h.
VkExtent3D VkMemoryToImageCopyEXT::imageExtent |
Definition at line 15400 of file vulkan_core.h.
VkOffset3D VkMemoryToImageCopyEXT::imageOffset |
Definition at line 15399 of file vulkan_core.h.
VkImageSubresourceLayers VkMemoryToImageCopyEXT::imageSubresource |
Definition at line 15398 of file vulkan_core.h.
uint32_t VkMemoryToImageCopyEXT::memoryImageHeight |
Definition at line 15397 of file vulkan_core.h.
uint32_t VkMemoryToImageCopyEXT::memoryRowLength |
Definition at line 15396 of file vulkan_core.h.
const void* VkMemoryToImageCopyEXT::pHostPointer |
Definition at line 15395 of file vulkan_core.h.
const void* VkMemoryToImageCopyEXT::pNext |
Definition at line 15394 of file vulkan_core.h.
VkStructureType VkMemoryToImageCopyEXT::sType |
Definition at line 15393 of file vulkan_core.h.