Version: 2021.1
언어: 한국어

Graphics.CreateAsyncGraphicsFence

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

파라미터

stage The synchronization stage. See Graphics.CreateGraphicsFence.

반환

GraphicsFence Returns a new GraphicsFence.

설명

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