MCPcopy Create free account
hub / github.com/cginternals/globjects / checkUseStatus

Method checkUseStatus

source/globjects/source/ProgramPipeline.cpp:115–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115bool ProgramPipeline::checkUseStatus() const
116{
117 validate();
118
119 if (!isValid())
120 {
121 critical() << "Use error:" << std::endl << infoLog();
122
123 return false;
124 }
125
126 return true;
127}
128
129gl::GLint ProgramPipeline::get(const gl::GLenum pname) const
130{

Callers

nothing calls this directly

Calls 1

criticalFunction · 0.85

Tested by

no test coverage detected