Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GraphicsFenceType

The type of GraphicFence.
Read time 1 minuteLast updated 6 days ago

Definition

public enum GraphicsFenceType

Fields

Value

Description

AsyncQueueSynchronisationYou can use the graphics fence to synchronize different GPU queues, or the GPU and the CPU.
CPUSynchronisationYou can use the graphics fence to synchronize the GPU and the CPU. This value is not supported.