RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX:
[legend]

Public Member Functions

 IndirectCommandsTokenNVX (IndirectCommandsTokenTypeNVX tokenType_=IndirectCommandsTokenTypeNVX::ePipeline, Buffer buffer_=Buffer(), DeviceSize offset_=0)
 
 IndirectCommandsTokenNVX (VkIndirectCommandsTokenNVX const &rhs)
 
IndirectCommandsTokenNVXoperator= (VkIndirectCommandsTokenNVX const &rhs)
 
IndirectCommandsTokenNVXsetTokenType (IndirectCommandsTokenTypeNVX tokenType_)
 
IndirectCommandsTokenNVXsetBuffer (Buffer buffer_)
 
IndirectCommandsTokenNVXsetOffset (DeviceSize offset_)
 
 operator const VkIndirectCommandsTokenNVX & () const
 
bool operator== (IndirectCommandsTokenNVX const &rhs) const
 
bool operator!= (IndirectCommandsTokenNVX const &rhs) const
 

Public Attributes

IndirectCommandsTokenTypeNVX tokenType
 
Buffer buffer
 
DeviceSize offset
 

Constructor & Destructor Documentation

◆ IndirectCommandsTokenNVX() [1/2]

VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::IndirectCommandsTokenNVX ( IndirectCommandsTokenTypeNVX  tokenType_ = IndirectCommandsTokenTypeNVX::ePipeline,
Buffer  buffer_ = Buffer(),
DeviceSize  offset_ = 0 
)
inline

◆ IndirectCommandsTokenNVX() [2/2]

VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::IndirectCommandsTokenNVX ( VkIndirectCommandsTokenNVX const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkIndirectCommandsTokenNVX &()

VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::operator const VkIndirectCommandsTokenNVX & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::operator!= ( IndirectCommandsTokenNVX const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

IndirectCommandsTokenNVX& VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::operator= ( VkIndirectCommandsTokenNVX const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::operator== ( IndirectCommandsTokenNVX const rhs) const
inline
Here is the caller graph for this function:

◆ setBuffer()

IndirectCommandsTokenNVX& VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::setBuffer ( Buffer  buffer_)
inline

◆ setOffset()

IndirectCommandsTokenNVX& VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::setOffset ( DeviceSize  offset_)
inline

◆ setTokenType()

IndirectCommandsTokenNVX& VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::setTokenType ( IndirectCommandsTokenTypeNVX  tokenType_)
inline

Member Data Documentation

◆ buffer

Buffer VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::buffer

◆ offset

DeviceSize VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::offset

◆ tokenType

IndirectCommandsTokenTypeNVX VULKAN_HPP_NAMESPACE::IndirectCommandsTokenNVX::tokenType

The documentation for this struct was generated from the following file: