#include <reflector.h>
Public Attributes | |
TargetPlatform | target_platform = TargetPlatform::kUnknown |
std::string | entry_point_name |
std::string | shader_name |
std::string | header_file_name |
Definition at line 146 of file reflector.h.
std::string impeller::compiler::Reflector::Options::entry_point_name |
Definition at line 148 of file reflector.h.
Referenced by impeller::compiler::CreateReflectorOptions(), and impeller::compiler::GenerateShaderBackendFB().
std::string impeller::compiler::Reflector::Options::header_file_name |
Definition at line 150 of file reflector.h.
Referenced by impeller::compiler::testing::CompilerTest::CanCompileAndReflect(), and impeller::compiler::CreateReflectorOptions().
std::string impeller::compiler::Reflector::Options::shader_name |
Definition at line 149 of file reflector.h.
Referenced by impeller::compiler::testing::CompilerTest::CanCompileAndReflect(), impeller::compiler::CreateReflectorOptions(), and impeller::compiler::GenerateShaderBackendFB().
TargetPlatform impeller::compiler::Reflector::Options::target_platform = TargetPlatform::kUnknown |
Definition at line 147 of file reflector.h.
Referenced by impeller::compiler::CompileSkSL(), impeller::compiler::CreateReflectorOptions(), impeller::compiler::GenerateShaderBackendFB(), and impeller::compiler::testing::TEST().