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

Method updateUniforms

source/globjects/source/Program.cpp:456–463  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454}
455
456void Program::updateUniforms() const
457{
458 // Note: uniform update will check if program is linked
459 for (const auto & uniformPair : m_uniforms)
460 {
461 uniformPair.second->update(this, true);
462 }
463}
464
465void Program::updateUniformBlockBindings() const
466{

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected