| 542 | // |
| 543 | |
| 544 | void ParameterBlock::setTexture(std::string_view name, const ref<Texture>& pTexture) |
| 545 | { |
| 546 | getRootVar()[name].setTexture(pTexture); |
| 547 | } |
| 548 | |
| 549 | void ParameterBlock::setTexture(const BindLocation& bindLocation, const ref<Texture>& pTexture) |
| 550 | { |
nothing calls this directly
no test coverage detected