Объявление
public static Rendering.GraphicsFence CreateAsyncGraphicsFence(Rendering.SynchronisationStage stage = SynchronisationStage.PixelProcessing);public static Rendering.GraphicsFence CreateAsyncGraphicsFence();
Параметры
stage | The synchronization stage. See Graphics.CreateGraphicsFence. |
Возвращает
GraphicsFence Возвращает новый GraphicsFence.
Описание
Ярлык для вызова Graphics.CreateGraphicsFence с GraphicsFenceType.AsyncQueueSynchronization в качестве первого параметра.