Open bashbaug opened 4 years ago
The direct way is looking for the 'KHR' suffix'. In part what you're running into here is that CL hasn't bought into the XML framework all the way. If the \
The 'alias' attribute is used in the Vulkan XML to represent this relationship.
There are a couple of places in the XML file where an enum block has been allocated for a vendor, then the vendor extension has been promoted to a KHR extension that reused the vendor extension enum values. For example:
Some of the spec scripting was looking for KHR enums by parsing the
vendor
and was hence skipping these blocks. Should we handle this case by: