Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CreateAsyncGraphicsFence

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

Definition

CreateAsyncGraphicsFence()

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

Returns

Type

Description

GraphicsFenceReturns a new GraphicsFence.

Remarks

CreateAsyncGraphicsFence(SynchronisationStage)

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

Parameters

Which SynchronisationStage to insert the fence after.

Returns

Type

Description

GraphicsFenceReturns a new GraphicsFence.

Remarks