MCPcopy Create free account
hub / github.com/Tencent/tgfx / getGeometryProcessor

Method getGeometryProcessor

src/gpu/ProgramInfo.h:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 const GeometryProcessor* getGeometryProcessor() const {
56 return geometryProcessor;
57 }
58
59 const FragmentProcessor* getFragmentProcessor(size_t idx) const {
60 return fragmentProcessors[idx];

Callers 1

emitAndInstallGeoProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected