| 2478 | } |
| 2479 | |
| 2480 | void ImplTaskGraphDebugUi::zero_ref_callback(ImplHandle const * handle) |
| 2481 | { |
| 2482 | auto const * self = r_cast<ImplTaskGraphDebugUi const *>(handle); |
| 2483 | delete self; |
| 2484 | } |
| 2485 | |
| 2486 | auto TaskGraphDebugUi::update(TaskGraph & task_graph) -> bool |
| 2487 | { |
nothing calls this directly
no outgoing calls
no test coverage detected