Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
const void * | pHostPointer |
uint32_t | memoryRowLength |
uint32_t | memoryImageHeight |
VkImageSubresourceLayers | imageSubresource |
VkOffset3D | imageOffset |
VkExtent3D | imageExtent |
Definition at line 14863 of file vulkan_core.h.
VkExtent3D VkMemoryToImageCopyEXT::imageExtent |
Definition at line 14871 of file vulkan_core.h.
VkOffset3D VkMemoryToImageCopyEXT::imageOffset |
Definition at line 14870 of file vulkan_core.h.
VkImageSubresourceLayers VkMemoryToImageCopyEXT::imageSubresource |
Definition at line 14869 of file vulkan_core.h.
uint32_t VkMemoryToImageCopyEXT::memoryImageHeight |
Definition at line 14868 of file vulkan_core.h.
uint32_t VkMemoryToImageCopyEXT::memoryRowLength |
Definition at line 14867 of file vulkan_core.h.
const void* VkMemoryToImageCopyEXT::pHostPointer |
Definition at line 14866 of file vulkan_core.h.
const void* VkMemoryToImageCopyEXT::pNext |
Definition at line 14865 of file vulkan_core.h.
VkStructureType VkMemoryToImageCopyEXT::sType |
Definition at line 14864 of file vulkan_core.h.