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

#include <vulkan.hpp>

Public Member Functions

 DispatchIndirectCommand (uint32_t x_=0, uint32_t y_=0, uint32_t z_=0)
 
 DispatchIndirectCommand (VkDispatchIndirectCommand const &rhs)
 
DispatchIndirectCommandoperator= (VkDispatchIndirectCommand const &rhs)
 
DispatchIndirectCommandsetX (uint32_t x_)
 
DispatchIndirectCommandsetY (uint32_t y_)
 
DispatchIndirectCommandsetZ (uint32_t z_)
 
 operator const VkDispatchIndirectCommand & () const
 
bool operator== (DispatchIndirectCommand const &rhs) const
 
bool operator!= (DispatchIndirectCommand const &rhs) const
 

Public Attributes

uint32_t x
 
uint32_t y
 
uint32_t z
 

Constructor & Destructor Documentation

◆ DispatchIndirectCommand() [1/2]

VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::DispatchIndirectCommand ( uint32_t  x_ = 0,
uint32_t  y_ = 0,
uint32_t  z_ = 0 
)
inline

◆ DispatchIndirectCommand() [2/2]

VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::DispatchIndirectCommand ( VkDispatchIndirectCommand const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkDispatchIndirectCommand &()

VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::operator const VkDispatchIndirectCommand & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setX()

DispatchIndirectCommand& VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::setX ( uint32_t  x_)
inline

◆ setY()

DispatchIndirectCommand& VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::setY ( uint32_t  y_)
inline

◆ setZ()

DispatchIndirectCommand& VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::setZ ( uint32_t  z_)
inline

Member Data Documentation

◆ x

uint32_t VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::x

◆ y

uint32_t VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::y

◆ z

uint32_t VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::z

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