|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::SparseImageOpaqueMemoryBindInfo:Public Member Functions | |
| SparseImageOpaqueMemoryBindInfo (Image image_=Image(), uint32_t bindCount_=0, const SparseMemoryBind *pBinds_=nullptr) | |
| SparseImageOpaqueMemoryBindInfo (VkSparseImageOpaqueMemoryBindInfo const &rhs) | |
| SparseImageOpaqueMemoryBindInfo & | operator= (VkSparseImageOpaqueMemoryBindInfo const &rhs) |
| SparseImageOpaqueMemoryBindInfo & | setImage (Image image_) |
| SparseImageOpaqueMemoryBindInfo & | setBindCount (uint32_t bindCount_) |
| SparseImageOpaqueMemoryBindInfo & | setPBinds (const SparseMemoryBind *pBinds_) |
| operator VkSparseImageOpaqueMemoryBindInfo const & () const | |
| operator VkSparseImageOpaqueMemoryBindInfo & () | |
| bool | operator== (SparseImageOpaqueMemoryBindInfo const &rhs) const |
| bool | operator!= (SparseImageOpaqueMemoryBindInfo const &rhs) const |
Data Fields | |
| Image | image |
| uint32_t | bindCount |
| const SparseMemoryBind * | pBinds |
Definition at line 26400 of file vulkan.hpp.
|
inline |
Definition at line 26402 of file vulkan.hpp.
|
inline |
Definition at line 26411 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 26444 of file vulkan.hpp.
|
inline |
Definition at line 26439 of file vulkan.hpp.
|
inline |
Definition at line 26456 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 26449 of file vulkan.hpp.
References bindCount, image, and pBinds.
Referenced by operator!=().
|
inline |
Definition at line 26427 of file vulkan.hpp.
References bindCount.
|
inline |
Definition at line 26421 of file vulkan.hpp.
|
inline |
Definition at line 26433 of file vulkan.hpp.
References pBinds.
| uint32_t VULKAN_HPP_NAMESPACE::SparseImageOpaqueMemoryBindInfo::bindCount |
Definition at line 26462 of file vulkan.hpp.
Referenced by operator==(), and setBindCount().
| Image VULKAN_HPP_NAMESPACE::SparseImageOpaqueMemoryBindInfo::image |
Definition at line 26461 of file vulkan.hpp.
Referenced by operator==().
| const SparseMemoryBind* VULKAN_HPP_NAMESPACE::SparseImageOpaqueMemoryBindInfo::pBinds |
Definition at line 26463 of file vulkan.hpp.
Referenced by operator==(), and setPBinds().