1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkVendorId,VkVendorId]]
3[source,c++]
4----
5typedef enum VkVendorId {
6 VK_VENDOR_ID_VIV = 0x10001,
7 VK_VENDOR_ID_VSI = 0x10002,
8 VK_VENDOR_ID_KAZAN = 0x10003,
9} VkVendorId;
10----
11