| 1812 | } |
| 1813 | |
| 1814 | const ref<const ReflectionVar> ParameterBlockReflection::getResource(std::string_view name) const |
| 1815 | { |
| 1816 | return getElementType()->findMember(name); |
| 1817 | } |
| 1818 | |
| 1819 | void ParameterBlockReflection::addResourceRange(const ResourceRangeBindingInfo& bindingInfo) |
| 1820 | { |
no test coverage detected