------------------------------------------------------------------------------------------------ Helper function to check whether an extension is supported by ASSIMP
| 962 | // ------------------------------------------------------------------------------------------------ |
| 963 | // Helper function to check whether an extension is supported by ASSIMP |
| 964 | bool Importer::IsExtensionSupported(const char* szExtension) const { |
| 965 | return nullptr != GetImporter(szExtension); |
| 966 | } |
| 967 | |
| 968 | // ------------------------------------------------------------------------------------------------ |
| 969 | size_t Importer::GetImporterCount() const { |
no outgoing calls
no test coverage detected