Flutter Engine
The Flutter Engine
|
#include <SkSLVariable.h>
Public Attributes | |
const Variable * | fVarSymbol |
std::unique_ptr< Statement > | fVarDecl |
Creates a local scratch variable and the associated VarDeclaration statement. Useful when doing IR rewrites, e.g. inlining a function call.
Definition at line 79 of file SkSLVariable.h.
std::unique_ptr<Statement> SkSL::Variable::ScratchVariable::fVarDecl |
Definition at line 81 of file SkSLVariable.h.
const Variable* SkSL::Variable::ScratchVariable::fVarSymbol |
Definition at line 80 of file SkSLVariable.h.