unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/enums/VkVertexInputRate.txt

10 lines
282 B
Plaintext

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