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

Method emitAndInstallProcessors

src/gpu/ProgramBuilder.cpp:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41bool ProgramBuilder::emitAndInstallProcessors() {
42 std::string inputColor;
43 std::string inputCoverage;
44 emitAndInstallGeoProc(&inputColor, &inputCoverage);
45 emitAndInstallFragProcessors(&inputColor, &inputCoverage);
46 emitAndInstallXferProc(inputColor, inputCoverage);
47 emitFSOutputSwizzle();
48
49 return checkSamplerCounts();
50}
51
52void ProgramBuilder::emitAndInstallGeoProc(std::string* outputColor, std::string* outputCoverage) {
53 // We don't want the RTAdjustName to be mangled, so we add it to the uniform handler before the

Callers 1

CreateProgramMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected