SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
BindBufferMemoryInfo (Buffer buffer_=Buffer(), DeviceMemory memory_=DeviceMemory(), DeviceSize memoryOffset_=0) | |
BindBufferMemoryInfo (VkBindBufferMemoryInfo const &rhs) | |
BindBufferMemoryInfo & | operator= (VkBindBufferMemoryInfo const &rhs) |
BindBufferMemoryInfo & | setPNext (const void *pNext_) |
BindBufferMemoryInfo & | setBuffer (Buffer buffer_) |
BindBufferMemoryInfo & | setMemory (DeviceMemory memory_) |
BindBufferMemoryInfo & | setMemoryOffset (DeviceSize memoryOffset_) |
operator VkBindBufferMemoryInfo const & () const | |
operator VkBindBufferMemoryInfo & () | |
bool | operator== (BindBufferMemoryInfo const &rhs) const |
bool | operator!= (BindBufferMemoryInfo const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Buffer | buffer |
DeviceMemory | memory |
DeviceSize | memoryOffset |
Private Attributes | |
StructureType | sType = StructureType::eBindBufferMemoryInfo |
Definition at line 14194 of file vulkan.hpp.
|
inline |
Definition at line 14196 of file vulkan.hpp.
|
inline |
Definition at line 14205 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14244 of file vulkan.hpp.
|
inline |
Definition at line 14239 of file vulkan.hpp.
|
inline |
Definition at line 14258 of file vulkan.hpp.
|
inline |
Definition at line 14210 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14249 of file vulkan.hpp.
References buffer, memory, memoryOffset, pNext, and sType.
|
inline |
Definition at line 14221 of file vulkan.hpp.
|
inline |
Definition at line 14227 of file vulkan.hpp.
|
inline |
Definition at line 14233 of file vulkan.hpp.
|
inline |
Definition at line 14215 of file vulkan.hpp.
Buffer VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::buffer |
Definition at line 14268 of file vulkan.hpp.
Referenced by operator==().
DeviceMemory VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::memory |
Definition at line 14269 of file vulkan.hpp.
Referenced by operator==().
DeviceSize VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::memoryOffset |
Definition at line 14270 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::BindBufferMemoryInfo::pNext = nullptr |
Definition at line 14267 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 14264 of file vulkan.hpp.
Referenced by operator==().