Relax check for attribute "deprecated" of type category "define". (#2152)

This commit is contained in:
Andreas Süßenbach 2025-05-05 11:15:03 +02:00 committed by GitHub
parent 87f930b684
commit 448026b9c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15938,7 +15938,6 @@ void VulkanHppGenerator::readTypeDefine( tinyxml2::XMLElement const * element, s
}
else if ( attribute.first == "deprecated" )
{
assert( attribute.second == "true" );
deprecated = true;
}
else if ( attribute.first == "name" )