blob: 0c565ac2df730c102e6f4cae7baa8689868a1304 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkDispatchIndirectCommand,VkDispatchIndirectCommand]]
[source,c++]
----
typedef struct VkDispatchIndirectCommand {
uint32_t x;
uint32_t y;
uint32_t z;
} VkDispatchIndirectCommand;
----