| 829 | } |
| 830 | |
| 831 | TaskGraph::TaskGraph(TaskGraphInfo const & info) |
| 832 | { |
| 833 | this->object = new ImplTaskGraph(info); |
| 834 | auto & impl = *r_cast<ImplTaskGraph *>(this->object); |
| 835 | } |
| 836 | TaskGraph::~TaskGraph() = default; |
| 837 | |
| 838 | void register_external_buffer_helper(ImplTaskGraph & impl, TaskResourceKind kind, ImplExternalResource * external) |
nothing calls this directly
no outgoing calls
no test coverage detected