|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::SparseBufferMemoryBindInfo:Public Member Functions | |
| SparseBufferMemoryBindInfo (Buffer buffer_=Buffer(), uint32_t bindCount_=0, const SparseMemoryBind *pBinds_=nullptr) | |
| SparseBufferMemoryBindInfo (VkSparseBufferMemoryBindInfo const &rhs) | |
| SparseBufferMemoryBindInfo & | operator= (VkSparseBufferMemoryBindInfo const &rhs) |
| SparseBufferMemoryBindInfo & | setBuffer (Buffer buffer_) |
| SparseBufferMemoryBindInfo & | setBindCount (uint32_t bindCount_) |
| SparseBufferMemoryBindInfo & | setPBinds (const SparseMemoryBind *pBinds_) |
| operator VkSparseBufferMemoryBindInfo const & () const | |
| operator VkSparseBufferMemoryBindInfo & () | |
| bool | operator== (SparseBufferMemoryBindInfo const &rhs) const |
| bool | operator!= (SparseBufferMemoryBindInfo const &rhs) const |
Data Fields | |
| Buffer | buffer |
| uint32_t | bindCount |
| const SparseMemoryBind * | pBinds |
Definition at line 26333 of file vulkan.hpp.
|
inline |
Definition at line 26335 of file vulkan.hpp.
|
inline |
Definition at line 26344 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 26377 of file vulkan.hpp.
|
inline |
Definition at line 26372 of file vulkan.hpp.
|
inline |
Definition at line 26389 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 26382 of file vulkan.hpp.
References bindCount, buffer, and pBinds.
Referenced by operator!=().
|
inline |
Definition at line 26360 of file vulkan.hpp.
References bindCount.
|
inline |
Definition at line 26354 of file vulkan.hpp.
|
inline |
Definition at line 26366 of file vulkan.hpp.
References pBinds.
| uint32_t VULKAN_HPP_NAMESPACE::SparseBufferMemoryBindInfo::bindCount |
Definition at line 26395 of file vulkan.hpp.
Referenced by operator==(), and setBindCount().
| Buffer VULKAN_HPP_NAMESPACE::SparseBufferMemoryBindInfo::buffer |
Definition at line 26394 of file vulkan.hpp.
Referenced by operator==().
| const SparseMemoryBind* VULKAN_HPP_NAMESPACE::SparseBufferMemoryBindInfo::pBinds |
Definition at line 26396 of file vulkan.hpp.
Referenced by operator==(), and setPBinds().