mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-10 14:40:07 +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
|
||||
{
|
||||
assert( value.vkValue == "eNoneKHR" );
|
||||
assert( beginsWith( value.vkValue, "eNone" ) );
|
||||
}
|
||||
|
||||
if ( !cppType.empty() )
|
||||
|
Loading…
Reference in New Issue
Block a user