mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 21:50:08 +00:00
Removed an invalid assertion in readRequireEnum. (#1534)
This commit is contained in:
parent
044844394c
commit
086af6f3d7
@ -12070,7 +12070,6 @@ void VulkanHppGenerator::readRequireEnum( tinyxml2::XMLElement const * element,
|
||||
value = attribute.second;
|
||||
}
|
||||
}
|
||||
assert( protect.empty() || ( protect == getProtectFromPlatform( platform ) ) );
|
||||
if ( protect.empty() )
|
||||
{
|
||||
protect = getProtectFromPlatform( platform );
|
||||
|
Loading…
Reference in New Issue
Block a user