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.