![]() |
Flutter Engine
The Flutter Engine
|
#include <SkSLCompiler.h>
Public Attributes | |
const Module * | fParent = nullptr |
std::unique_ptr< SymbolTable > | fSymbols |
std::vector< std::unique_ptr< ProgramElement > > | fElements |
Definition at line 56 of file SkSLCompiler.h.
std::vector<std::unique_ptr<ProgramElement> > SkSL::Module::fElements |
Definition at line 59 of file SkSLCompiler.h.
const Module* SkSL::Module::fParent = nullptr |
Definition at line 57 of file SkSLCompiler.h.
std::unique_ptr<SymbolTable> SkSL::Module::fSymbols |
Definition at line 58 of file SkSLCompiler.h.