Flutter Engine
The Flutter Engine
|
#include <SkSLAnalysis.h>
Public Attributes | |
VariableReference * | fAssignedVar = nullptr |
Returns true if the expression can be assigned-into. Pass info
if you want to know the VariableReference that will be written to. Pass errors
to report an error for expressions that are not actually writable.
Definition at line 144 of file SkSLAnalysis.h.
VariableReference* SkSL::Analysis::AssignmentInfo::fAssignedVar = nullptr |
Definition at line 145 of file SkSLAnalysis.h.