Version: 2022.2

CommandBuffer.CreateAsyncGraphicsFence

切换到手册
public Rendering.GraphicsFence CreateAsyncGraphicsFence ();
public Rendering.GraphicsFence CreateAsyncGraphicsFence (Rendering.SynchronisationStage stage);

参数

stage Which SynchronisationStage to insert the fence after.

返回

GraphicsFence 返回新的 GraphicsFence

描述

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