#include <vulkan.hpp>
Definition at line 26467 of file vulkan.hpp.
◆ SparseImageMemoryBindInfo() [1/2]
Definition at line 26469 of file vulkan.hpp.
26475 {
26476 }
const SparseImageMemoryBind * pBinds
◆ SparseImageMemoryBindInfo() [2/2]
Definition at line 26478 of file vulkan.hpp.
26479 {
26481 }
SparseImageMemoryBindInfo(Image image_=Image(), uint32_t bindCount_=0, const SparseImageMemoryBind *pBinds_=nullptr)
References memcpy.
◆ operator VkSparseImageMemoryBindInfo &()
◆ operator VkSparseImageMemoryBindInfo const &()
◆ operator!=()
Definition at line 26523 of file vulkan.hpp.
26524 {
26526 }
bool operator==(SparseImageMemoryBindInfo const &rhs) const
References operator==().
◆ operator=()
◆ operator==()
◆ setBindCount()
◆ setImage()
Definition at line 26488 of file vulkan.hpp.
26489 {
26491 return *this;
26492 }
◆ setPBinds()
◆ bindCount
uint32_t VULKAN_HPP_NAMESPACE::SparseImageMemoryBindInfo::bindCount |
◆ image
Image VULKAN_HPP_NAMESPACE::SparseImageMemoryBindInfo::image |
◆ pBinds
The documentation for this struct was generated from the following file: