Graphics.CreateAsyncGraphicsFence

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

Parameters

stage The synchronization stage. See Graphics.CreateGraphicsFence.

Returns

GraphicsFence Returns a new GraphicsFence.

Description

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

Did you find this page useful? Please give it a rating: