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