|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::BindSparseInfo:Data Fields | |
| const void * | pNext = nullptr |
| uint32_t | waitSemaphoreCount |
| const Semaphore * | pWaitSemaphores |
| uint32_t | bufferBindCount |
| const SparseBufferMemoryBindInfo * | pBufferBinds |
| uint32_t | imageOpaqueBindCount |
| const SparseImageOpaqueMemoryBindInfo * | pImageOpaqueBinds |
| uint32_t | imageBindCount |
| const SparseImageMemoryBindInfo * | pImageBinds |
| uint32_t | signalSemaphoreCount |
| const Semaphore * | pSignalSemaphores |
Private Attributes | |
| StructureType | sType = StructureType::eBindSparseInfo |
Definition at line 26534 of file vulkan.hpp.
|
inline |
Definition at line 26536 of file vulkan.hpp.
|
inline |
Definition at line 26559 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 26640 of file vulkan.hpp.
|
inline |
Definition at line 26635 of file vulkan.hpp.
|
inline |
Definition at line 26661 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 26564 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 26645 of file vulkan.hpp.
References bufferBindCount, imageBindCount, imageOpaqueBindCount, pBufferBinds, pImageBinds, pImageOpaqueBinds, pNext, pSignalSemaphores, pWaitSemaphores, signalSemaphoreCount, sType, and waitSemaphoreCount.
Referenced by operator!=().
|
inline |
Definition at line 26587 of file vulkan.hpp.
References bufferBindCount.
|
inline |
Definition at line 26611 of file vulkan.hpp.
References imageBindCount.
|
inline |
Definition at line 26599 of file vulkan.hpp.
References imageOpaqueBindCount.
|
inline |
Definition at line 26593 of file vulkan.hpp.
References pBufferBinds.
|
inline |
Definition at line 26617 of file vulkan.hpp.
References pImageBinds.
|
inline |
Definition at line 26605 of file vulkan.hpp.
References pImageOpaqueBinds.
|
inline |
Definition at line 26569 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 26629 of file vulkan.hpp.
References pSignalSemaphores.
|
inline |
Definition at line 26581 of file vulkan.hpp.
References pWaitSemaphores.
|
inline |
Definition at line 26623 of file vulkan.hpp.
References signalSemaphoreCount.
|
inline |
Definition at line 26575 of file vulkan.hpp.
References waitSemaphoreCount.
| uint32_t VULKAN_HPP_NAMESPACE::BindSparseInfo::bufferBindCount |
Definition at line 26673 of file vulkan.hpp.
Referenced by operator==(), and setBufferBindCount().
| uint32_t VULKAN_HPP_NAMESPACE::BindSparseInfo::imageBindCount |
Definition at line 26677 of file vulkan.hpp.
Referenced by operator==(), and setImageBindCount().
| uint32_t VULKAN_HPP_NAMESPACE::BindSparseInfo::imageOpaqueBindCount |
Definition at line 26675 of file vulkan.hpp.
Referenced by operator==(), and setImageOpaqueBindCount().
| const SparseBufferMemoryBindInfo* VULKAN_HPP_NAMESPACE::BindSparseInfo::pBufferBinds |
Definition at line 26674 of file vulkan.hpp.
Referenced by operator==(), and setPBufferBinds().
| const SparseImageMemoryBindInfo* VULKAN_HPP_NAMESPACE::BindSparseInfo::pImageBinds |
Definition at line 26678 of file vulkan.hpp.
Referenced by operator==(), and setPImageBinds().
| const SparseImageOpaqueMemoryBindInfo* VULKAN_HPP_NAMESPACE::BindSparseInfo::pImageOpaqueBinds |
Definition at line 26676 of file vulkan.hpp.
Referenced by operator==(), and setPImageOpaqueBinds().
| const void* VULKAN_HPP_NAMESPACE::BindSparseInfo::pNext = nullptr |
Definition at line 26670 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
| const Semaphore* VULKAN_HPP_NAMESPACE::BindSparseInfo::pSignalSemaphores |
Definition at line 26680 of file vulkan.hpp.
Referenced by operator==(), and setPSignalSemaphores().
| const Semaphore* VULKAN_HPP_NAMESPACE::BindSparseInfo::pWaitSemaphores |
Definition at line 26672 of file vulkan.hpp.
Referenced by operator==(), and setPWaitSemaphores().
| uint32_t VULKAN_HPP_NAMESPACE::BindSparseInfo::signalSemaphoreCount |
Definition at line 26679 of file vulkan.hpp.
Referenced by operator==(), and setSignalSemaphoreCount().
|
private |
Definition at line 26667 of file vulkan.hpp.
Referenced by operator==().
| uint32_t VULKAN_HPP_NAMESPACE::BindSparseInfo::waitSemaphoreCount |
Definition at line 26671 of file vulkan.hpp.
Referenced by operator==(), and setWaitSemaphoreCount().