This version of Unity is unsupported.

GraphicsJobMode.Native

Description

Native Graphics Jobs.

Main thread writes Unity graphics commands. Render thread reads Unity graphics commands and converts them to native graphics commands. The render thread also starts worker threads to write native graphics commands.