Graphics.CreateAsyncGraphicsFence

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

Parámetros

stageThe synchronization stage. See Graphics.CreateGraphicsFence.

Valor de retorno

GraphicsFence Returns a new GraphicsFence.

Descripción

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