| 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 & |
nothing calls this directly
no outgoing calls
no test coverage detected