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

Method samples

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

Source from the content-addressed store, hash-verified

447
448 template <AttachmentParamSampled... TParams>
449 auto samples(TParams... v) -> TInlineTaskPostAttachment &
450 requires((ALLOWED_ACCESS & Allow::SAMPLE) != 0)
451 {
452 return _process_parameters(TaskAccessType::SAMPLE, STAGE, v...);
453 }
454
455 template <AttachmentParamSampled... TParams>
456 auto samples_writes(TParams... v) -> TInlineTaskPostAttachment &

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected