blob: fe02c6e7ffbabb52f91b3ccc0adcac0b80e5a47e [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkIndexType,VkIndexType]]
[source,c++]
----
typedef enum VkIndexType {
VK_INDEX_TYPE_UINT16 = 0,
VK_INDEX_TYPE_UINT32 = 1,
} VkIndexType;
----