Flutter Engine
The Flutter Engine
|
#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 14153 of file vulkan_core.h.
VkExtent3D VkMemoryToImageCopyEXT::imageExtent |
Definition at line 14161 of file vulkan_core.h.
VkOffset3D VkMemoryToImageCopyEXT::imageOffset |
Definition at line 14160 of file vulkan_core.h.
VkImageSubresourceLayers VkMemoryToImageCopyEXT::imageSubresource |
Definition at line 14159 of file vulkan_core.h.
uint32_t VkMemoryToImageCopyEXT::memoryImageHeight |
Definition at line 14158 of file vulkan_core.h.
uint32_t VkMemoryToImageCopyEXT::memoryRowLength |
Definition at line 14157 of file vulkan_core.h.
const void* VkMemoryToImageCopyEXT::pHostPointer |
Definition at line 14156 of file vulkan_core.h.
const void* VkMemoryToImageCopyEXT::pNext |
Definition at line 14155 of file vulkan_core.h.
VkStructureType VkMemoryToImageCopyEXT::sType |
Definition at line 14154 of file vulkan_core.h.