Split Graphics Jobs.
The work is divided. The main thread writes Unity graphics commands and launches worker threads to handle them. The render thread, rather than directly processing these commands, starts its own set of worker threads to read and convert the Unity commands into native graphics commands.