| 706 | // |
| 707 | |
| 708 | void ParameterBlock::setSampler(std::string_view name, const ref<Sampler>& pSampler) |
| 709 | { |
| 710 | getRootVar()[name].setSampler(pSampler); |
| 711 | } |
| 712 | |
| 713 | void ParameterBlock::setSampler(const BindLocation& bindLocation, const ref<Sampler>& pSampler) |
| 714 | { |
no test coverage detected