SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
IndirectCommandsLayoutTokenNVX (IndirectCommandsTokenTypeNVX tokenType_=IndirectCommandsTokenTypeNVX::ePipeline, uint32_t bindingUnit_=0, uint32_t dynamicCount_=0, uint32_t divisor_=0) | |
IndirectCommandsLayoutTokenNVX (VkIndirectCommandsLayoutTokenNVX const &rhs) | |
IndirectCommandsLayoutTokenNVX & | operator= (VkIndirectCommandsLayoutTokenNVX const &rhs) |
IndirectCommandsLayoutTokenNVX & | setTokenType (IndirectCommandsTokenTypeNVX tokenType_) |
IndirectCommandsLayoutTokenNVX & | setBindingUnit (uint32_t bindingUnit_) |
IndirectCommandsLayoutTokenNVX & | setDynamicCount (uint32_t dynamicCount_) |
IndirectCommandsLayoutTokenNVX & | setDivisor (uint32_t divisor_) |
operator VkIndirectCommandsLayoutTokenNVX const & () const | |
operator VkIndirectCommandsLayoutTokenNVX & () | |
bool | operator== (IndirectCommandsLayoutTokenNVX const &rhs) const |
bool | operator!= (IndirectCommandsLayoutTokenNVX const &rhs) const |
Data Fields | |
IndirectCommandsTokenTypeNVX | tokenType |
uint32_t | bindingUnit |
uint32_t | dynamicCount |
uint32_t | divisor |
Definition at line 30650 of file vulkan.hpp.
|
inline |
Definition at line 30652 of file vulkan.hpp.
|
inline |
Definition at line 30663 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 30702 of file vulkan.hpp.
|
inline |
Definition at line 30697 of file vulkan.hpp.
|
inline |
Definition at line 30715 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 30707 of file vulkan.hpp.
References bindingUnit, divisor, dynamicCount, and tokenType.
Referenced by operator!=().
|
inline |
Definition at line 30679 of file vulkan.hpp.
References bindingUnit.
|
inline |
Definition at line 30691 of file vulkan.hpp.
|
inline |
Definition at line 30685 of file vulkan.hpp.
References dynamicCount.
|
inline |
Definition at line 30673 of file vulkan.hpp.
References tokenType.
uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::bindingUnit |
Definition at line 30721 of file vulkan.hpp.
Referenced by operator==(), and setBindingUnit().
uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::divisor |
Definition at line 30723 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::dynamicCount |
Definition at line 30722 of file vulkan.hpp.
Referenced by operator==(), and setDynamicCount().
IndirectCommandsTokenTypeNVX VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::tokenType |
Definition at line 30720 of file vulkan.hpp.
Referenced by operator==(), and setTokenType().