Vulkan-Hpp
|
#include <vulkan_core.h>
Public Attributes | |
VkStructureType | sType |
const void * | pNext |
VkBuffer | buffer |
VkDeviceMemory | memory |
VkDeviceSize | memoryOffset |
Definition at line 5062 of file vulkan_core.h.
VkBuffer VkBindBufferMemoryInfo::buffer |
Definition at line 5065 of file vulkan_core.h.
VkDeviceMemory VkBindBufferMemoryInfo::memory |
Definition at line 5066 of file vulkan_core.h.
VkDeviceSize VkBindBufferMemoryInfo::memoryOffset |
Definition at line 5067 of file vulkan_core.h.
const void* VkBindBufferMemoryInfo::pNext |
Definition at line 5064 of file vulkan_core.h.
VkStructureType VkBindBufferMemoryInfo::sType |
Definition at line 5063 of file vulkan_core.h.