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

Method updateUniformBlockBindings

source/globjects/source/Program.cpp:465–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void Program::updateUniformBlockBindings() const
466{
467 for (const auto & pair : m_uniformBlocks)
468 pair.second.updateBinding();
469}
470
471void Program::setBinary(ProgramBinary * binary)
472{

Callers

nothing calls this directly

Calls 1

updateBindingMethod · 0.80

Tested by

no test coverage detected