|
SDL
2.0
|
#include <vulkan_core.h>
Data Fields | |
| VkStructureType | sType |
| const void * | pNext |
| VkImage | image |
| VkDeviceMemory | memory |
| VkDeviceSize | memoryOffset |
Definition at line 4260 of file vulkan_core.h.
| VkImage VkBindImageMemoryInfo::image |
Definition at line 4263 of file vulkan_core.h.
| VkDeviceMemory VkBindImageMemoryInfo::memory |
Definition at line 4264 of file vulkan_core.h.
| VkDeviceSize VkBindImageMemoryInfo::memoryOffset |
Definition at line 4265 of file vulkan_core.h.
| const void* VkBindImageMemoryInfo::pNext |
Definition at line 4262 of file vulkan_core.h.
| VkStructureType VkBindImageMemoryInfo::sType |
Definition at line 4261 of file vulkan_core.h.