Version: 2022.3
언어: 한국어

Graphics.CreateAsyncGraphicsFence

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

파라미터

stage Which SynchronisationStage to insert the fence after.

반환

GraphicsFence Returns a new GraphicsFence.

설명

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