SDL 2.0
|
#include <vulkan_core.h>
Data Fields | |
VkStructureType | sType |
const void * | pNext |
VkBuffer | buffer |
VkDeviceMemory | memory |
VkDeviceSize | memoryOffset |
Definition at line 4011 of file vulkan_core.h.
VkBuffer VkBindBufferMemoryInfo::buffer |
Definition at line 4014 of file vulkan_core.h.
VkDeviceMemory VkBindBufferMemoryInfo::memory |
Definition at line 4015 of file vulkan_core.h.
VkDeviceSize VkBindBufferMemoryInfo::memoryOffset |
Definition at line 4016 of file vulkan_core.h.
const void* VkBindBufferMemoryInfo::pNext |
Definition at line 4013 of file vulkan_core.h.
VkStructureType VkBindBufferMemoryInfo::sType |
Definition at line 4012 of file vulkan_core.h.