#include "impeller/scene/importer/switches.h"
#include <algorithm>
#include <cctype>
#include <filesystem>
#include <map>
#include "flutter/fml/file.h"
#include "impeller/compiler/utilities.h"
#include "impeller/scene/importer/types.h"
Go to the source code of this file.
Namespaces | |
impeller | |
impeller::scene | |
impeller::scene::importer | |
Functions | |
static SourceType | impeller::scene::importer::SourceTypeFromCommandLine (const fml::CommandLine &command_line) |
Variables | |
static const std::map< std::string, SourceType > | impeller::scene::importer::kKnownSourceTypes |