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

Function TransferTask

include/daxa/utils/task_graph.hpp:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868 }
869
870 inline auto TransferTask(std::string_view name) -> Task
871 {
872 return Task::Transfer(name);
873 }
874
875 struct TaskBufferClearInfo
876 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected