| 476 | // |
| 477 | |
| 478 | void ParameterBlock::setBuffer(std::string_view name, const ref<Buffer>& pBuffer) |
| 479 | { |
| 480 | getRootVar()[name].setBuffer(pBuffer); |
| 481 | } |
| 482 | |
| 483 | void ParameterBlock::setBuffer(const BindLocation& bindLoc, const ref<Buffer>& pBuffer) |
| 484 | { |
nothing calls this directly
no test coverage detected