Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
GrGeometryProcessor::ProgramImpl::FPCoords Struct Reference

#include <GrGeometryProcessor.h>

Public Attributes

GrShaderVar coordsVarying
 
bool hasCoordsParam
 

Detailed Description

Struct of optional varying that replaces the input coords and bool indicating whether the FP should take a coord param as an argument. The latter may be false if the coords are simply unused or if the GP has lifted their computation to a varying emitted by the VS.

Definition at line 270 of file GrGeometryProcessor.h.

Member Data Documentation

◆ coordsVarying

GrShaderVar GrGeometryProcessor::ProgramImpl::FPCoords::coordsVarying

Definition at line 270 of file GrGeometryProcessor.h.

◆ hasCoordsParam

bool GrGeometryProcessor::ProgramImpl::FPCoords::hasCoordsParam

Definition at line 270 of file GrGeometryProcessor.h.


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