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

Method writes

include/daxa/utils/task_graph.hpp:421–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419
420 template <AttachmentParamBasic... TParams>
421 auto writes(TParams... v) -> TInlineTaskPostAttachment &
422 requires((ALLOWED_ACCESS & Allow::WRITE) != 0)
423 {
424 return _process_parameters(TaskAccessType::WRITE, STAGE, v...);
425 }
426
427 template <AttachmentParamBasic... TParams>
428 auto writes_concurrent(TParams... v) -> TInlineTaskPostAttachment &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected