| 155 | |
| 156 | template <vkb::BindingType bindingType> |
| 157 | inline void Node<bindingType>::set_component(vkb::sg::Component &component) |
| 158 | { |
| 159 | components[component.get_type()] = &component; |
| 160 | } |
| 161 | |
| 162 | template <vkb::BindingType bindingType> |
| 163 | inline void Node<bindingType>::set_parent(Node<bindingType> &p) |
no test coverage detected