mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2025-09-13 05:50:04 -04:00
Merge pull request #614 from asuessenbach/typeTraits
Improve VkIndexType typeTraits handling.
This commit is contained in:
commit
ef8ecd8faa
@ -4606,7 +4606,7 @@ void VulkanHppGenerator::appendIndexTypeTraits( std::string & str ) const
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
assert( value.vkValue == "eNoneKHR" );
|
assert( beginsWith( value.vkValue, "eNone" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( !cppType.empty() )
|
if ( !cppType.empty() )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user