SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
CmdReserveSpaceForCommandsInfoNVX (ObjectTableNVX objectTable_=ObjectTableNVX(), IndirectCommandsLayoutNVX indirectCommandsLayout_=IndirectCommandsLayoutNVX(), uint32_t maxSequencesCount_=0) | |
CmdReserveSpaceForCommandsInfoNVX (VkCmdReserveSpaceForCommandsInfoNVX const &rhs) | |
CmdReserveSpaceForCommandsInfoNVX & | operator= (VkCmdReserveSpaceForCommandsInfoNVX const &rhs) |
CmdReserveSpaceForCommandsInfoNVX & | setPNext (const void *pNext_) |
CmdReserveSpaceForCommandsInfoNVX & | setObjectTable (ObjectTableNVX objectTable_) |
CmdReserveSpaceForCommandsInfoNVX & | setIndirectCommandsLayout (IndirectCommandsLayoutNVX indirectCommandsLayout_) |
CmdReserveSpaceForCommandsInfoNVX & | setMaxSequencesCount (uint32_t maxSequencesCount_) |
operator VkCmdReserveSpaceForCommandsInfoNVX const & () const | |
operator VkCmdReserveSpaceForCommandsInfoNVX & () | |
bool | operator== (CmdReserveSpaceForCommandsInfoNVX const &rhs) const |
bool | operator!= (CmdReserveSpaceForCommandsInfoNVX const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
ObjectTableNVX | objectTable |
IndirectCommandsLayoutNVX | indirectCommandsLayout |
uint32_t | maxSequencesCount |
Private Attributes | |
StructureType | sType = StructureType::eCmdReserveSpaceForCommandsInfoNVX |
Definition at line 13048 of file vulkan.hpp.
|
inline |
Definition at line 13050 of file vulkan.hpp.
|
inline |
Definition at line 13059 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 13098 of file vulkan.hpp.
|
inline |
Definition at line 13093 of file vulkan.hpp.
|
inline |
Definition at line 13112 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 13103 of file vulkan.hpp.
References indirectCommandsLayout, maxSequencesCount, objectTable, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 13081 of file vulkan.hpp.
References indirectCommandsLayout.
|
inline |
Definition at line 13087 of file vulkan.hpp.
References maxSequencesCount.
|
inline |
Definition at line 13075 of file vulkan.hpp.
References objectTable.
|
inline |
Definition at line 13069 of file vulkan.hpp.
References pNext.
IndirectCommandsLayoutNVX VULKAN_HPP_NAMESPACE::CmdReserveSpaceForCommandsInfoNVX::indirectCommandsLayout |
Definition at line 13123 of file vulkan.hpp.
Referenced by operator==(), and setIndirectCommandsLayout().
uint32_t VULKAN_HPP_NAMESPACE::CmdReserveSpaceForCommandsInfoNVX::maxSequencesCount |
Definition at line 13124 of file vulkan.hpp.
Referenced by operator==(), and setMaxSequencesCount().
ObjectTableNVX VULKAN_HPP_NAMESPACE::CmdReserveSpaceForCommandsInfoNVX::objectTable |
Definition at line 13122 of file vulkan.hpp.
Referenced by operator==(), and setObjectTable().
const void* VULKAN_HPP_NAMESPACE::CmdReserveSpaceForCommandsInfoNVX::pNext = nullptr |
Definition at line 13121 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 13118 of file vulkan.hpp.
Referenced by operator==().