Re: [Mesa-dev] [PATCH 4/6] vulkan: enum generator: generate extension number defines

2017-09-21 Thread Dylan Baker
Quoting Jason Ekstrand (2017-09-21 08:32:21) > From: Lionel Landwerlin > > New extensions can introduce additional enums. Most of the new enums > will have disjoint numbers from the initial enums. For example new > formats introduced by VK_IMG_format_pvrtc : > > VK_FORMAT_ASTC_10x8_UNORM_BLOCK =

[Mesa-dev] [PATCH 4/6] vulkan: enum generator: generate extension number defines

2017-09-21 Thread Jason Ekstrand
From: Lionel Landwerlin New extensions can introduce additional enums. Most of the new enums will have disjoint numbers from the initial enums. For example new formats introduced by VK_IMG_format_pvrtc : VK_FORMAT_ASTC_10x8_UNORM_BLOCK = 177, VK_FORMAT_ASTC_10x8_SRGB_BLOCK = 178, VK_FORMAT_ASTC_