SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
DispatchIndirectCommand (uint32_t x_=0, uint32_t y_=0, uint32_t z_=0) | |
DispatchIndirectCommand (VkDispatchIndirectCommand const &rhs) | |
DispatchIndirectCommand & | operator= (VkDispatchIndirectCommand const &rhs) |
DispatchIndirectCommand & | setX (uint32_t x_) |
DispatchIndirectCommand & | setY (uint32_t y_) |
DispatchIndirectCommand & | setZ (uint32_t z_) |
operator VkDispatchIndirectCommand const & () const | |
operator VkDispatchIndirectCommand & () | |
bool | operator== (DispatchIndirectCommand const &rhs) const |
bool | operator!= (DispatchIndirectCommand const &rhs) const |
Data Fields | |
uint32_t | x |
uint32_t | y |
uint32_t | z |
Definition at line 7009 of file vulkan.hpp.
|
inline |
Definition at line 7011 of file vulkan.hpp.
|
inline |
Definition at line 7020 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7053 of file vulkan.hpp.
|
inline |
Definition at line 7048 of file vulkan.hpp.
|
inline |
Definition at line 7065 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 7025 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 7058 of file vulkan.hpp.
Referenced by operator!=().
|
inline |
Definition at line 7030 of file vulkan.hpp.
|
inline |
Definition at line 7036 of file vulkan.hpp.
|
inline |
Definition at line 7042 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::x |
Definition at line 7070 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::y |
Definition at line 7071 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::DispatchIndirectCommand::z |
Definition at line 7072 of file vulkan.hpp.
Referenced by operator==().