CommandBuffer.CreateAsyncGraphicsFence

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

Parámetros

stageThe synchronization stage. See Graphics.CreateGraphicsFence.

Valor de retorno

GraphicsFence Returns a new GraphicsFence.

Descripción

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