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

12 lines
344 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkDrawIndirectCommand,VkDrawIndirectCommand]]
[source,c++]
----
typedef struct VkDrawIndirectCommand {
uint32_t vertexCount;
uint32_t instanceCount;
uint32_t firstVertex;
uint32_t firstInstance;
} VkDrawIndirectCommand;
----