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

Method getProtectFromType

generator/VulkanHppGenerator.cpp:12491–12496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12489}
12490
12491std::string VulkanHppGenerator::getProtectFromType( std::string const & type ) const
12492{
12493 auto typeIt = m_types.find( type );
12494 assert( typeIt != m_types.end() );
12495 return getProtectFromTitles( typeIt->second.requiredBy );
12496}
12497
12498std::string VulkanHppGenerator::getVectorSize( std::vector<ParamData> const & params,
12499 std::map<size_t, VectorParamData> const & vectorParams,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected