1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkVertexInputRate,VkVertexInputRate]]
3[source,c++]
4----
5typedef enum VkVertexInputRate {
6 VK_VERTEX_INPUT_RATE_VERTEX = 0,
7 VK_VERTEX_INPUT_RATE_INSTANCE = 1,
8} VkVertexInputRate;
9----
10