Version: 2019.4
public Rendering.GraphicsFence CreateAsyncGraphicsFence ();
public Rendering.GraphicsFence CreateAsyncGraphicsFence (Rendering.SynchronisationStage stage);

パラメーター

stageThe synchronization stage. See Graphics.CreateGraphicsFence.

戻り値

GraphicsFence Returns a new GraphicsFence.

説明

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