Flutter Impeller
shader_archive_main.cc File Reference
#include <filesystem>
#include <iostream>
#include "flutter/fml/command_line.h"
#include "impeller/shader_archive/shader_archive_writer.h"

Go to the source code of this file.

Namespaces

 impeller
 

Functions

bool impeller::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 57 of file shader_archive_main.cc.

57  {
58  return impeller::Main(fml::CommandLineFromPlatformOrArgcArgv(argc, argv))
59  ? EXIT_SUCCESS
60  : EXIT_FAILURE;
61 }
bool Main(const fml::CommandLine &command_line)

References impeller::Main().