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