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

Method samples_writes_concurrent

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

Source from the content-addressed store, hash-verified

636
637 template <AttachmentParamSampled... TParams>
638 auto samples_writes_concurrent(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::SAMPLE_WRITE_CONCURRENT, value._internal._default_stage, v...); }
639
640 template <TaskResourceViewOrResource... TParams>
641 auto uses(TaskAccess access, TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(access.type, access.stage, v...); }

Callers

nothing calls this directly

Calls 2

_process_parametersMethod · 0.80
_process_th_viewsMethod · 0.80

Tested by

no test coverage detected