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