struct DispatchIndirectCommand

Defined at line 58050 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

wrapper struct for struct VkDispatchIndirectCommand, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkDispatchIndirectCommand.html

Public Members

uint32_t x
uint32_t y
uint32_t z

Public Methods

void DispatchIndirectCommand (uint32_t x_, uint32_t y_, uint32_t z_)

Defined at line 58055 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void DispatchIndirectCommand (const DispatchIndirectCommand & rhs)

Defined at line 58062 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void DispatchIndirectCommand (const VkDispatchIndirectCommand & rhs)

Defined at line 58064 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand & operator= (const DispatchIndirectCommand & rhs)

Defined at line 58069 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand & operator= (const VkDispatchIndirectCommand & rhs)

Defined at line 58072 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand & setX (uint32_t x_)

Defined at line 58079 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand && setX (uint32_t x_)

Defined at line 58085 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand & setY (uint32_t y_)

Defined at line 58091 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand && setY (uint32_t y_)

Defined at line 58097 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand & setZ (uint32_t z_)

Defined at line 58103 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

DispatchIndirectCommand && setZ (uint32_t z_)

Defined at line 58109 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkDispatchIndirectCommand & operator const VkDispatchIndirectCommand & ()

Defined at line 58116 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkDispatchIndirectCommand & operator VkDispatchIndirectCommand & ()

Defined at line 58121 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkDispatchIndirectCommand * operator const VkDispatchIndirectCommand * ()

Defined at line 58126 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkDispatchIndirectCommand * operator VkDispatchIndirectCommand * ()

Defined at line 58131 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

std::strong_ordering operator<=> (const DispatchIndirectCommand & )

Defined at line 58144 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp