RetroArch
|
#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 const VkIndirectCommandsLayoutTokenNVX & () const | |
bool | operator== (IndirectCommandsLayoutTokenNVX const &rhs) const |
bool | operator!= (IndirectCommandsLayoutTokenNVX const &rhs) const |
Public Attributes | |
IndirectCommandsTokenTypeNVX | tokenType |
uint32_t | bindingUnit |
uint32_t | dynamicCount |
uint32_t | divisor |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::bindingUnit |
uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::divisor |
uint32_t VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::dynamicCount |
IndirectCommandsTokenTypeNVX VULKAN_HPP_NAMESPACE::IndirectCommandsLayoutTokenNVX::tokenType |