SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkImage | image |
VkDeviceMemory | memory |
VkDeviceSize | memoryOffset |
Definition at line 4019 of file vulkan_core.h.
VkImage VkBindImageMemoryInfo::image |
Definition at line 4022 of file vulkan_core.h.
VkDeviceMemory VkBindImageMemoryInfo::memory |
Definition at line 4023 of file vulkan_core.h.
VkDeviceSize VkBindImageMemoryInfo::memoryOffset |
Definition at line 4024 of file vulkan_core.h.
const void* VkBindImageMemoryInfo::pNext |
Definition at line 4021 of file vulkan_core.h.
VkStructureType VkBindImageMemoryInfo::sType |
Definition at line 4020 of file vulkan_core.h.