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

Public Types

using DepsMap = skia_private::THashMap< const FunctionDeclaration *, WGSLFunctionDependencies >
 

Public Attributes

DepsMap fDependencies
 
bool fPixelLocalExtension = false
 

Detailed Description

Definition at line 154 of file SkSLWGSLCodeGenerator.cpp.

Member Typedef Documentation

◆ DepsMap

Definition at line 155 of file SkSLWGSLCodeGenerator.cpp.

Member Data Documentation

◆ fDependencies

DepsMap SkSL::WGSLCodeGenerator::ProgramRequirements::fDependencies

Definition at line 160 of file SkSLWGSLCodeGenerator.cpp.

◆ fPixelLocalExtension

bool SkSL::WGSLCodeGenerator::ProgramRequirements::fPixelLocalExtension = false

Definition at line 163 of file SkSLWGSLCodeGenerator.cpp.


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