# DirectNativeJobs

> Native Graphics Jobs without Render Thread.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
DirectNativeJobs = 5
```

### Remarks

Main thread writes native graphics commands, starts worker threads to do the same, and submits them directly.
