| 1010 | struct TaskGraphDebugUi : ManagedPtr<TaskGraphDebugUi, ImplTaskGraphDebugUi *> |
| 1011 | { |
| 1012 | DAXA_EXPORT_CXX TaskGraphDebugUi() = default; |
| 1013 | DAXA_EXPORT_CXX TaskGraphDebugUi(TaskGraphDebugUiInfo const & info); |
| 1014 | |
| 1015 | DAXA_EXPORT_CXX auto update(TaskGraph & task_graph) -> bool; |
nothing calls this directly
no outgoing calls
no test coverage detected