MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Hpp / isHandleType

Method isHandleType

generator/VulkanHppGenerator.cpp:12769–12772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12767}
12768
12769bool VulkanHppGenerator::isHandleType( std::string const & type ) const
12770{
12771 return type.starts_with( "Vk" ) && ( findByNameOrAlias( m_handles, type ) != m_handles.end() );
12772}
12773
12774bool VulkanHppGenerator::isHandleTypeByStructure( std::string const & type ) const
12775{

Callers

nothing calls this directly

Calls 1

findByNameOrAliasFunction · 0.85

Tested by

no test coverage detected