Flutter Engine
The Flutter Engine
|
#include <GrGeometryProcessor.h>
Public Attributes | |
GrShaderVar | coordsVarying |
bool | hasCoordsParam |
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.
GrShaderVar GrGeometryProcessor::ProgramImpl::FPCoords::coordsVarying |
Definition at line 270 of file GrGeometryProcessor.h.
bool GrGeometryProcessor::ProgramImpl::FPCoords::hasCoordsParam |
Definition at line 270 of file GrGeometryProcessor.h.