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

Method GLSLConstColorProcessor

src/gpu/glsl/processors/GLSLConstColorProcessor.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27GLSLConstColorProcessor::GLSLConstColorProcessor(Color color, InputMode mode)
28 : ConstColorProcessor(color, mode) {
29}
30
31void GLSLConstColorProcessor::emitCode(EmitArgs& args) const {
32 auto fragBuilder = args.fragBuilder;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected