MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / TaskGraph

Method TaskGraph

src/utils/impl_task_graph.cpp:831–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected