| 574 | } |
| 575 | |
| 576 | ref<Texture> ParameterBlock::getTexture(std::string_view name) const |
| 577 | { |
| 578 | return getRootVar()[name].getTexture(); |
| 579 | } |
| 580 | |
| 581 | ref<Texture> ParameterBlock::getTexture(const BindLocation& bindLocation) const |
| 582 | { |
nothing calls this directly
no test coverage detected