MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / uses_queue

Function uses_queue

include/daxa/utils/task_graph.hpp:811–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected