Update to and adjustments for VK_HEADER_VERSION 137.

This commit is contained in:
asuessenbach
2020-04-08 08:13:01 +02:00
parent eaa8ba4f01
commit 2ca96ade5b
3 changed files with 130 additions and 420 deletions

View File

@@ -4357,7 +4357,7 @@ void VulkanHppGenerator::readExtensionDisabledEnum(std::string const& extensionN
{
int line = element->GetLineNum();
std::map<std::string, std::string> attributes = getAttributes(element);
checkAttributes(line, attributes, { { "name",{} } }, { { "bitpos",{} },{ "extends",{} },{ "offset",{} },{ "value",{} } });
checkAttributes(line, attributes, { { "name",{} } }, { { "alias", {} }, { "bitpos",{} },{ "extends",{} },{ "offset",{} },{ "value",{} } });
checkElements(line, getChildElements(element), {});
std::string extends, name;