| 751 | // |
| 752 | |
| 753 | void ParameterBlock::setParameterBlock(std::string_view name, const ref<ParameterBlock>& pBlock) |
| 754 | { |
| 755 | getRootVar()[name].setParameterBlock(pBlock); |
| 756 | } |
| 757 | |
| 758 | void ParameterBlock::setParameterBlock(const BindLocation& bindLocation, const ref<ParameterBlock>& pBlock) |
| 759 | { |
no test coverage detected