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

Method samples

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

Source from the content-addressed store, hash-verified

630
631 template <AttachmentParamSampled... TParams>
632 auto samples(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::SAMPLE, value._internal._default_stage, v...); }
633
634 template <AttachmentParamSampled... TParams>
635 auto samples_writes(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::SAMPLE_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