Flutter Impeller
impellerc_main.cc File Reference
#include <filesystem>
#include <system_error>
#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/compiler.h"
#include "impeller/compiler/source_options.h"
#include "impeller/compiler/switches.h"
#include "impeller/compiler/types.h"
#include "impeller/compiler/utilities.h"
#include "third_party/shaderc/libshaderc/include/shaderc/shaderc.hpp"

Go to the source code of this file.

Namespaces

 impeller
 
 impeller::compiler
 

Functions

static bool impeller::compiler::SetPermissiveAccess (const std::filesystem::path &p)
 
bool impeller::compiler::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 247 of file impellerc_main.cc.

247  {
249  fml::CommandLineFromPlatformOrArgcArgv(argc, argv))
250  ? EXIT_SUCCESS
251  : EXIT_FAILURE;
252 }

References impeller::compiler::Main().

impeller::compiler::Main
bool Main(const fml::CommandLine &command_line)
Definition: impellerc_main.cc:39