Version: 2021.2
言語: 日本語
public Rendering.GraphicsFence CreateAsyncGraphicsFence ();
public Rendering.GraphicsFence CreateAsyncGraphicsFence (Rendering.SynchronisationStage stage);

パラメーター

stage The synchronization stage. See Graphics.CreateGraphicsFence.

戻り値

GraphicsFence Returns a new GraphicsFence.

説明

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