mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Downgraded check on attribute "requires" in "extension" elements to a warning.
This commit is contained in:
parent
f56e99e5b8
commit
a037ea241c
@ -4215,7 +4215,7 @@ void VulkanHppGenerator::checkCorrectness()
|
||||
}
|
||||
for ( auto const & require : extension.second.requirements )
|
||||
{
|
||||
check( m_extensions.find( require.first ) != m_extensions.end(),
|
||||
warn( m_extensions.find( require.first ) != m_extensions.end(),
|
||||
require.second,
|
||||
"unknown extension requires <" + require.first + ">" );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user