Flutter Impeller
scenec_main.cc File Reference
#include <filesystem>
#include <memory>
#include "flutter/fml/backtrace.h"
#include "flutter/fml/command_line.h"
#include "flutter/fml/file.h"
#include "flutter/fml/macros.h"
#include "flutter/fml/mapping.h"
#include "impeller/base/strings.h"
#include "impeller/compiler/utilities.h"
#include "impeller/scene/importer/importer.h"
#include "impeller/scene/importer/scene_flatbuffers.h"
#include "impeller/scene/importer/switches.h"
#include "impeller/scene/importer/types.h"
#include "third_party/flatbuffers/include/flatbuffers/flatbuffer_builder.h"

Go to the source code of this file.

Namespaces

 impeller
 
 impeller::scene
 
 impeller::scene::importer
 

Functions

static bool impeller::scene::importer::SetPermissiveAccess (const std::filesystem::path &p)
 
bool impeller::scene::importer::Main (const fml::CommandLine &command_line)
 
int main (int argc, char const *argv[])
 

Function Documentation

◆ main()

int main ( int  argc,
char const *  argv[] 
)

Definition at line 104 of file scenec_main.cc.

104  {
106  fml::CommandLineFromPlatformOrArgcArgv(argc, argv))
107  ? EXIT_SUCCESS
108  : EXIT_FAILURE;
109 }

References impeller::scene::importer::Main().

impeller::scene::importer::Main
bool Main(const fml::CommandLine &command_line)
Definition: scenec_main.cc:41