mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-10 04:18:48 -04:00
Fix extension name used to check consistency of enum values.
This commit is contained in:
parent
f417856cfd
commit
2c982ce501
@ -13451,7 +13451,7 @@ void VulkanHppGenerator::readExtensionRequire( tinyxml2::XMLElement const *
|
|||||||
}
|
}
|
||||||
else if ( value == "enum" )
|
else if ( value == "enum" )
|
||||||
{
|
{
|
||||||
readRequireEnum( child, extensionName );
|
readRequireEnum( child, extensionIt->first );
|
||||||
}
|
}
|
||||||
else if ( value == "type" )
|
else if ( value == "type" )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user