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

Method ProgramBuilder

src/gpu/ProgramBuilder.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35};
36
37ProgramBuilder::ProgramBuilder(Context* context, const ProgramInfo* programInfo)
38 : context(context), programInfo(programInfo) {
39}
40
41bool ProgramBuilder::emitAndInstallProcessors() {
42 std::string inputColor;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected