This version of Unity is unsupported.

GfxThreadingMode

enumeration

Description

Enum used to specify the threading mode to use.

See Also: PlayerSettings.graphicsThreadingMode.

Properties

DirectDirect threading mode.
NonThreadedSingleThreaded mode.
ThreadedMultiThreaded mode.
ClientWorkerJobsLegacy Graphics Jobs ("Jobified Rendering").
ClientWorkerNativeJobsNative Graphics Jobs.
DirectNativeJobsNative Graphics Jobs without Render Thread.
SplitJobsSplit Graphics Jobs.