Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Urgent

This queue type would be the choice for compute tasks requiring processing as soon as possible and would be prioritised over the graphics queue.
Read time 1 minuteLast updated 10 days ago

Definition

Urgent = 2

Remarks

Note due to the way that Unity internally deferrs it's submission of command buffers to the GPU users should not expect compute shader dispatches sent to Urgent async compute queues to complete and be available on the CPU immediately. On some platforms it is possible for the OS to schedule GPU work that would take priority over urgent async compute tasks.