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

Method GeometryProcessor

src/gpu/processors/GeometryProcessor.h:110–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108
109 protected:
110 explicit GeometryProcessor(uint32_t classID) : Processor(classID) {
111 }
112
113 void setVertexAttributes(const Attribute* attrs, int attrCount);
114

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected