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

Method isStructureType

generator/VulkanHppGenerator.cpp:12869–12872  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12867}
12868
12869bool VulkanHppGenerator::isStructureType( std::string const & type ) const
12870{
12871 return type.starts_with( "Vk" ) && ( findByNameOrAlias( m_structs, type ) != m_structs.end() );
12872}
12873
12874bool VulkanHppGenerator::isSupported( std::set<std::string> const & requiredBy ) const
12875{

Callers

nothing calls this directly

Calls 1

findByNameOrAliasFunction · 0.85

Tested by

no test coverage detected