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

#include <SkSLForStatement.h>

Public Attributes

const VariablefIndex
 
double fStart
 
double fDelta
 
int fCount
 

Detailed Description

The unrollability information for an ES2-compatible loop.

Definition at line 29 of file SkSLForStatement.h.

Member Data Documentation

◆ fCount

int SkSL::LoopUnrollInfo::fCount

Definition at line 33 of file SkSLForStatement.h.

◆ fDelta

double SkSL::LoopUnrollInfo::fDelta

Definition at line 32 of file SkSLForStatement.h.

◆ fIndex

const Variable* SkSL::LoopUnrollInfo::fIndex

Definition at line 30 of file SkSLForStatement.h.

◆ fStart

double SkSL::LoopUnrollInfo::fStart

Definition at line 31 of file SkSLForStatement.h.


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