| 47 | } |
| 48 | |
| 49 | uint32_t wf::scene::translation_node_t::optimize_update(uint32_t flags) |
| 50 | { |
| 51 | return optimize_nested_render_instances(shared_from_this(), flags); |
| 52 | } |
| 53 | |
| 54 | // ----------------------------------------- Render instance ------------------------------------------------- |
| 55 | wf::scene::translation_node_instance_t::translation_node_instance_t( |
nothing calls this directly
no test coverage detected