| 463 | } |
| 464 | |
| 465 | void Program::updateUniformBlockBindings() const |
| 466 | { |
| 467 | for (const auto & pair : m_uniformBlocks) |
| 468 | pair.second.updateBinding(); |
| 469 | } |
| 470 | |
| 471 | void Program::setBinary(ProgramBinary * binary) |
| 472 | { |
nothing calls this directly
no test coverage detected