struct BindBufferMemoryInfo
Defined at line 7687 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
Public Members
StructureType sType
const void * pNext
Buffer buffer
DeviceMemory memory
vk::DeviceSize memoryOffset
Public Methods
void BindBufferMemoryInfo (vk::Buffer buffer_, vk::DeviceMemory memory_, vk::DeviceSize memoryOffset_, const void * pNext_)
Defined at line 7695 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void BindBufferMemoryInfo (const BindBufferMemoryInfo & rhs)
Defined at line 7706 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void BindBufferMemoryInfo (const VkBindBufferMemoryInfo & rhs)
Defined at line 7708 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
BindBufferMemoryInfo & operator= (const BindBufferMemoryInfo & rhs)
Defined at line 7713 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
BindBufferMemoryInfo & operator= (const VkBindBufferMemoryInfo & rhs)
Defined at line 7716 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
BindBufferMemoryInfo & setPNext (const void * pNext_)
Defined at line 7723 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
BindBufferMemoryInfo & setBuffer (vk::Buffer buffer_)
Defined at line 7729 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
BindBufferMemoryInfo & setMemory (vk::DeviceMemory memory_)
Defined at line 7735 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
BindBufferMemoryInfo & setMemoryOffset (vk::DeviceSize memoryOffset_)
Defined at line 7741 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkBindBufferMemoryInfo & operator const VkBindBufferMemoryInfo & ()
Defined at line 7748 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkBindBufferMemoryInfo & operator VkBindBufferMemoryInfo & ()
Defined at line 7753 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const BindBufferMemoryInfo & )
Defined at line 7775 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp