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

Method samples_writes

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

Source from the content-addressed store, hash-verified

454
455 template <AttachmentParamSampled... TParams>
456 auto samples_writes(TParams... v) -> TInlineTaskPostAttachment &
457 requires((ALLOWED_ACCESS & Allow::SAMPLE) != 0 && (ALLOWED_ACCESS & Allow::WRITE) != 0)
458 {
459 return _process_parameters(TaskAccessType::SAMPLE_WRITE, STAGE, v...);
460 }
461
462 template <AttachmentParamSampled... TParams>
463 auto samples_writes_concurrent(TParams... v) -> TInlineTaskPostAttachment &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected