Direct
Use the Direct enum to directly render your application from the main thread.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Direct = 0
Remarks
In this rendering threading mode, the main thread processes your application's high-level code, and directly converts it into the target platform's low-level graphics API commands.
On some platforms you can test this mode by passing the command line argument to an application built with BuildSettings option BuildOptions.Development.
-force-gfx-jobs legacy