Update to VK_HEADER_VERSION 187

This commit is contained in:
asuessenbach
2021-08-04 10:45:53 +02:00
parent 15c7d606af
commit 6e1a3de4d2
5 changed files with 175 additions and 194 deletions

View File

@@ -13003,7 +13003,7 @@ void VulkanHppGenerator::readEnum( tinyxml2::XMLElement const * el
}
std::string prefix = generateEnumSuffixes( enumIt->first, enumIt->second.isBitmask, m_tags ).first;
warn( beginsWith( name, prefix ),
check( beginsWith( name, prefix ),
line,
"encountered enum value <" + name + "> that does not begin with expected prefix <" + prefix + ">" );