Version: 2023.1
언어: 한국어

CommandBuffer.CreateAsyncGraphicsFence

매뉴얼로 전환
public Rendering.GraphicsFence CreateAsyncGraphicsFence ();
public Rendering.GraphicsFence CreateAsyncGraphicsFence (Rendering.SynchronisationStage stage);

파라미터

stage Which SynchronisationStage to insert the fence after.

반환

GraphicsFence Returns a new GraphicsFence.

설명

Shortcut for calling CommandBuffer.CreateGraphicsFence with GraphicsFenceType.AsyncQueueSynchronisation as the first parameter.