Update to and adjustments for VK_HEADER_VERSION 137.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user