Update to VK_HEADER_VERSION 190.

This commit is contained in:
asuessenbach
2021-08-30 16:03:05 +02:00
parent 58ff1da4c0
commit 303f044d43
6 changed files with 778 additions and 31 deletions

View File

@@ -13512,7 +13512,7 @@ void VulkanHppGenerator::readExtensionRequireType( tinyxml2::XMLElement const *
{
int line = element->GetLineNum();
std::map<std::string, std::string> attributes = getAttributes( element );
checkAttributes( line, attributes, { { "name", {} } }, {} );
checkAttributes( line, attributes, { { "name", {} } }, { { "comment", {} } } );
checkElements( line, getChildElements( element ), {} );
std::string name;