mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-11 13:01:57 -04:00
Relax check for attribute "deprecated" of type category "define". (#2152)
This commit is contained in:
parent
87f930b684
commit
448026b9c5
@ -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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user