mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Improve VkIndexType typeTraits handling.
This commit is contained in:
parent
68b041129e
commit
75819e5dce
@ -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…
Reference in New Issue
Block a user