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

Method GLSLProgramBuilder

src/gpu/glsl/GLSLProgramBuilder.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121GLSLProgramBuilder::GLSLProgramBuilder(Context* context, const ProgramInfo* programInfo)
122 : ProgramBuilder(context, programInfo), _varyingHandler(this), _uniformHandler(this),
123 _vertexBuilder(this), _fragBuilder(this) {
124}
125
126std::string GLSLProgramBuilder::getShaderVarDeclarations(const ShaderVar& var,
127 ShaderStage stage) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected