GraphicsFenceType
The type of GraphicFence.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
public enum GraphicsFenceType
Fields
Value | Description |
|---|---|
| AsyncQueueSynchronisation | You can use the graphics fence to synchronize different GPU queues, or the GPU and the CPU. |
| CPUSynchronisation | You can use the graphics fence to synchronize the GPU and the CPU. This value is not supported. |