Flutter Impeller
impeller::compiler::Reflector::Options Struct Reference

#include <reflector.h>

Public Attributes

TargetPlatform target_platform = TargetPlatform::kUnknown
 
std::string entry_point_name
 
std::string shader_name
 
std::string header_file_name
 

Detailed Description

Definition at line 51 of file reflector.h.

Member Data Documentation

◆ entry_point_name

std::string impeller::compiler::Reflector::Options::entry_point_name

Definition at line 53 of file reflector.h.

Referenced by impeller::compiler::Main().

◆ header_file_name

std::string impeller::compiler::Reflector::Options::header_file_name

◆ shader_name

std::string impeller::compiler::Reflector::Options::shader_name

◆ target_platform

TargetPlatform impeller::compiler::Reflector::Options::target_platform = TargetPlatform::kUnknown

Definition at line 52 of file reflector.h.

Referenced by impeller::compiler::Main().


The documentation for this struct was generated from the following file: