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

Method isTypeRequired

generator/VulkanHppGenerator.cpp:12890–12895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12888}
12889
12890bool VulkanHppGenerator::isTypeRequired( std::string const & type ) const
12891{
12892 auto typeIt = m_types.find( type );
12893 assert( typeIt != m_types.end() );
12894 return !typeIt->second.requiredBy.empty();
12895}
12896
12897bool VulkanHppGenerator::isTypeUsed( std::string const & type ) const
12898{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected