| 633 | |
| 634 | template <AttachmentParamSampled... TParams> |
| 635 | auto samples_writes(TParams... v) -> TInlineTaskPostAttachment & { return value._process_parameters(TaskAccessType::SAMPLE_WRITE, value._internal._default_stage, v...); } |
| 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...); } |
nothing calls this directly
no test coverage detected