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

Method onBeforeChildProcEmitCode

src/gpu/FragmentShaderBuilder.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void FragmentShaderBuilder::onBeforeChildProcEmitCode(const FragmentProcessor* child) const {
36 programBuilder->currentProcessors.push_back(child);
37}
38
39void FragmentShaderBuilder::onAfterChildProcEmitCode() const {
40 programBuilder->currentProcessors.pop_back();

Callers 1

internalEmitChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected