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

#include <SkSLProgramUsage.h>

Public Attributes

int fVarExists = 0
 
int fRead = 0
 
int fWrite = 0
 

Detailed Description

Definition at line 28 of file SkSLProgramUsage.h.

Member Data Documentation

◆ fRead

int SkSL::ProgramUsage::VariableCounts::fRead = 0

Definition at line 30 of file SkSLProgramUsage.h.

◆ fVarExists

int SkSL::ProgramUsage::VariableCounts::fVarExists = 0

Definition at line 29 of file SkSLProgramUsage.h.

◆ fWrite

int SkSL::ProgramUsage::VariableCounts::fWrite = 0

Definition at line 31 of file SkSLProgramUsage.h.


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