Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Default

This queue type would be the choice for compute tasks supporting or as optimisations to graphics processing. CommandBuffers sent to this queue would be expected to complete within the scope of a single frame and likely be synchronised with the graphics queue via GPUFence s. Dispatches on default queue types would execute at a lower priority than graphics queue tasks.
Read time 1 minuteLast updated 6 days ago

Definition

Default = 0