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

Method setParameter

source/globjects/source/Program.cpp:573–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573void Program::setParameter(gl::GLenum pname, gl::GLint value) const
574{
575 glProgramParameteri(id(), pname, value);
576}
577
578void Program::setParameter(gl::GLenum pname, gl::GLboolean value) const
579{

Callers 3

useStagesMethod · 0.45
initializeFunction · 0.45
initializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected