|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX:Public Member Functions | |
| IndirectCommandsTokenNVX (IndirectCommandsTokenTypeNVX tokenType_=IndirectCommandsTokenTypeNVX::ePipeline, Buffer buffer_=Buffer(), DeviceSize offset_=0) | |
| IndirectCommandsTokenNVX (VkIndirectCommandsTokenNVX const &rhs) | |
| IndirectCommandsTokenNVX & | operator= (VkIndirectCommandsTokenNVX const &rhs) |
| IndirectCommandsTokenNVX & | setTokenType (IndirectCommandsTokenTypeNVX tokenType_) |
| IndirectCommandsTokenNVX & | setBuffer (Buffer buffer_) |
| IndirectCommandsTokenNVX & | setOffset (DeviceSize offset_) |
| operator VkIndirectCommandsTokenNVX const & () const | |
| operator VkIndirectCommandsTokenNVX & () | |
| bool | operator== (IndirectCommandsTokenNVX const &rhs) const |
| bool | operator!= (IndirectCommandsTokenNVX const &rhs) const |
Data Fields | |
| IndirectCommandsTokenTypeNVX | tokenType |
| Buffer | buffer |
| DeviceSize | offset |
Definition at line 30583 of file vulkan.hpp.
|
inline |
Definition at line 30585 of file vulkan.hpp.
|
inline |
Definition at line 30594 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 30627 of file vulkan.hpp.
|
inline |
Definition at line 30622 of file vulkan.hpp.
|
inline |
Definition at line 30639 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 30599 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 30632 of file vulkan.hpp.
References buffer, offset, and tokenType.
Referenced by operator!=().
|
inline |
Definition at line 30610 of file vulkan.hpp.
|
inline |
Definition at line 30616 of file vulkan.hpp.
|
inline |
Definition at line 30604 of file vulkan.hpp.
References tokenType.
| Buffer VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::buffer |
Definition at line 30645 of file vulkan.hpp.
Referenced by operator==().
| DeviceSize VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::offset |
Definition at line 30646 of file vulkan.hpp.
Referenced by operator==().
| IndirectCommandsTokenTypeNVX VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::tokenType |
Definition at line 30644 of file vulkan.hpp.
Referenced by operator==(), and setTokenType().