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

Method Transfer

include/daxa/utils/task_graph.hpp:278–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276 return TInlineTask(name, TaskType::RAY_TRACING);
277 }
278 static auto Transfer(std::string_view name) -> TInlineTask
279 requires std::is_same_v<TaskHeadT, NoTaskHeadStruct>
280 {
281 return TInlineTask(name, TaskType::TRANSFER);
282 }
283
284 // c++ rule of 5 or whatever:
285

Callers

nothing calls this directly

Calls 1

TInlineTaskClass · 0.85

Tested by

no test coverage detected