| 76 | } |
| 77 | |
| 78 | TypedShaderVarOffset ReflectionType::getMemberOffset(std::string_view name) const |
| 79 | { |
| 80 | return getZeroOffset()[name]; |
| 81 | } |
| 82 | |
| 83 | // Represents one link in a "breadcrumb trail" leading from a particular variable |
| 84 | // back through the path of member-access operations that led to it. |