Graphics.CreateAsyncGraphicsFence

Switch to Manual
public static Rendering.GraphicsFence CreateAsyncGraphicsFence (Rendering.SynchronisationStage stage= SynchronisationStage.PixelProcessing);
public static Rendering.GraphicsFence CreateAsyncGraphicsFence ();

Parameters

stageThe synchronization stage. See Graphics.CreateGraphicsFence.

Returns

GraphicsFence Returns a new GraphicsFence.

Description

Shortcut for calling Graphics.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronization as the first parameter.