Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
SkSL::Module Struct Reference

#include <SkSLCompiler.h>

Public Attributes

const ModulefParent = nullptr
 
std::unique_ptr< SymbolTablefSymbols
 
std::vector< std::unique_ptr< ProgramElement > > fElements
 

Detailed Description

Definition at line 56 of file SkSLCompiler.h.

Member Data Documentation

◆ fElements

std::vector<std::unique_ptr<ProgramElement> > SkSL::Module::fElements

Definition at line 59 of file SkSLCompiler.h.

◆ fParent

const Module* SkSL::Module::fParent = nullptr

Definition at line 57 of file SkSLCompiler.h.

◆ fSymbols

std::unique_ptr<SymbolTable> SkSL::Module::fSymbols

Definition at line 58 of file SkSLCompiler.h.


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