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

Function FragmentProcessor

src/gpu/processors/ComposeFragmentProcessor.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51ComposeFragmentProcessor::ComposeFragmentProcessor(
52 std::vector<PlacementPtr<FragmentProcessor>> processors)
53 : FragmentProcessor(ClassID()) {
54 for (auto& processor : processors) {
55 registerChildProcessor(std::move(processor));
56 }
57}
58} // namespace tgfx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected