CommandBuffer.CreateAsyncGraphicsFence
public Rendering.GraphicsFence CreateAsyncGraphicsFence();
Parameters
| stage | The synchronization stage. See Graphics.CreateGraphicsFence. |
Returns
GraphicsFence Returns a new GraphicsFence.
Description 描述
Shortcut for calling GommandBuffer.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronization as the first parameter.