| 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...); } |
nothing calls this directly
no test coverage detected