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

#include <SkSLAnalysis.h>

Public Attributes

VariableReferencefAssignedVar = nullptr
 

Detailed Description

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.

Member Data Documentation

◆ fAssignedVar

VariableReference* SkSL::Analysis::AssignmentInfo::fAssignedVar = nullptr

Definition at line 145 of file SkSLAnalysis.h.


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