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

Method setValue

source/globjects/source/AbstractUniform.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void AbstractUniform::setValue(const Program * program, const GLint location, const float & value) const
124{
125 implementation().set(program, location, value);
126}
127
128void AbstractUniform::setValue(const Program * program, const GLint location, const int & value) const
129{

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
handleMethod · 0.45

Tested by

no test coverage detected