Flutter Engine
The Flutter Engine
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkImage | image |
VkDeviceMemory | memory |
VkDeviceSize | memoryOffset |
Definition at line 5137 of file vulkan_core.h.
VkImage VkBindImageMemoryInfo::image |
Definition at line 5140 of file vulkan_core.h.
VkDeviceMemory VkBindImageMemoryInfo::memory |
Definition at line 5141 of file vulkan_core.h.
VkDeviceSize VkBindImageMemoryInfo::memoryOffset |
Definition at line 5142 of file vulkan_core.h.
const void* VkBindImageMemoryInfo::pNext |
Definition at line 5139 of file vulkan_core.h.
VkStructureType VkBindImageMemoryInfo::sType |
Definition at line 5138 of file vulkan_core.h.