| 454 | |
| 455 | template <AttachmentParamSampled... TParams> |
| 456 | auto samples_writes(TParams... v) -> TInlineTaskPostAttachment & |
| 457 | requires((ALLOWED_ACCESS & Allow::SAMPLE) != 0 && (ALLOWED_ACCESS & Allow::WRITE) != 0) |
| 458 | { |
| 459 | return _process_parameters(TaskAccessType::SAMPLE_WRITE, STAGE, v...); |
| 460 | } |
| 461 | |
| 462 | template <AttachmentParamSampled... TParams> |
| 463 | auto samples_writes_concurrent(TParams... v) -> TInlineTaskPostAttachment & |
nothing calls this directly
no outgoing calls
no test coverage detected