| 12489 | } |
| 12490 | |
| 12491 | std::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 | |
| 12498 | std::string VulkanHppGenerator::getVectorSize( std::vector<ParamData> const & params, |
| 12499 | std::map<size_t, VectorParamData> const & vectorParams, |
nothing calls this directly
no outgoing calls
no test coverage detected