Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
void * | pHostPointer |
uint32_t | memoryRowLength |
uint32_t | memoryImageHeight |
VkImageSubresourceLayers | imageSubresource |
VkOffset3D | imageOffset |
VkExtent3D | imageExtent |
Definition at line 14164 of file vulkan_core.h.
VkExtent3D VkImageToMemoryCopyEXT::imageExtent |
Definition at line 14172 of file vulkan_core.h.
VkOffset3D VkImageToMemoryCopyEXT::imageOffset |
Definition at line 14171 of file vulkan_core.h.
VkImageSubresourceLayers VkImageToMemoryCopyEXT::imageSubresource |
Definition at line 14170 of file vulkan_core.h.
uint32_t VkImageToMemoryCopyEXT::memoryImageHeight |
Definition at line 14169 of file vulkan_core.h.
uint32_t VkImageToMemoryCopyEXT::memoryRowLength |
Definition at line 14168 of file vulkan_core.h.
void* VkImageToMemoryCopyEXT::pHostPointer |
Definition at line 14167 of file vulkan_core.h.
const void* VkImageToMemoryCopyEXT::pNext |
Definition at line 14166 of file vulkan_core.h.
VkStructureType VkImageToMemoryCopyEXT::sType |
Definition at line 14165 of file vulkan_core.h.