Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateAsyncGraphicsFence

Shortcut for calling Graphics.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronisation as the first parameter.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Method
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule

CreateAsyncGraphicsFence(SynchronisationStage)

Shortcut for calling Graphics.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronisation as the first parameter.
public static GraphicsFence CreateAsyncGraphicsFence(SynchronisationStage stage)

Parameters

Which SynchronisationStage to insert the fence after.

Returns

Type

Description

GraphicsFenceReturns a new GraphicsFence.

Remarks

CreateAsyncGraphicsFence()

Shortcut for calling Graphics.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronisation as the first parameter.
public static GraphicsFence CreateAsyncGraphicsFence()

Returns

Type

Description

GraphicsFenceReturns a new GraphicsFence.

Remarks