| 2258 | {} |
| 2259 | |
| 2260 | ParameterBlockReflection::BindLocation ParameterBlockReflection::getResourceBinding(std::string_view name) const |
| 2261 | { |
| 2262 | return getElementType()->getMemberOffset(name); |
| 2263 | } |
| 2264 | |
| 2265 | const ref<const ReflectionVar> ProgramReflection::getResource(std::string_view name) const |
| 2266 | { |
no test coverage detected