unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkDispatchIndirectCommand.txt

11 lines
297 B
Plaintext
Raw Normal View History

// 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;
----