Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions
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

namespace  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 52 of file shader_archive_main.cc.

52 {
54 ? EXIT_SUCCESS
55 : EXIT_FAILURE;
56}
CommandLine CommandLineFromPlatformOrArgcArgv(int argc, const char *const *argv)
bool Main(const fml::CommandLine &command_line)