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

Method writes_concurrent

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

Source from the content-addressed store, hash-verified

621
622 template <AttachmentParamBasic... TParams>
623 auto writes_concurrent(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::WRITE_CONCURRENT, value._internal._default_stage, v...); }
624
625 template <AttachmentParamBasic... TParams>
626 auto reads_writes(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::READ_WRITE, value._internal._default_stage, v...); }

Callers

nothing calls this directly

Calls 2

_process_parametersMethod · 0.80
_process_th_viewsMethod · 0.80

Tested by

no test coverage detected