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

Method getXferProcessor

src/gpu/ProgramInfo.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50const XferProcessor* ProgramInfo::getXferProcessor() const {
51 if (xferProcessor == nullptr) {
52 return EmptyXferProcessor::GetInstance();
53 }
54 return xferProcessor;
55}
56
57const Swizzle& ProgramInfo::getOutputSwizzle() const {
58 auto context = renderTarget->getContext();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected