| 809 | } |
| 810 | |
| 811 | auto uses_queue(Queue queue) -> TInlineTask & |
| 812 | { |
| 813 | this->value._internal._queue = queue; |
| 814 | return *this; |
| 815 | } |
| 816 | |
| 817 | auto as_mip_array(u32 mip_count = 16u) -> TInlineTaskPostAttachment & |
| 818 | requires(JUST_DECLARED_ATTACHMENT) |
nothing calls this directly
no outgoing calls
no test coverage detected