mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-09 03:47:23 -04: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;
|
value = attribute.second;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
assert( protect.empty() || ( protect == getProtectFromPlatform( platform ) ) );
|
|
||||||
if ( protect.empty() )
|
if ( protect.empty() )
|
||||||
{
|
{
|
||||||
protect = getProtectFromPlatform( platform );
|
protect = getProtectFromPlatform( platform );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user