Version: 2020.1
언어: 한국어

CommandBuffer.CreateAsyncGraphicsFence

매뉴얼로 전환
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.