Version: 2022.1
언어: 한국어

SystemInfo.supportsIndirectArgumentsBuffer

매뉴얼로 전환
public static bool supportsIndirectArgumentsBuffer ;

설명

Returns true if the graphics system supports GPU draw calls with indirect argument buffers. (Read Only)

The following methods use indirect argument buffers and do not have fallbacks for systems that do not support GPU draw calls with indirect argument buffers:
Graphics.DrawProceduralIndirect, Graphics.DrawMeshInstancedIndirect, CommandBuffer.DrawProceduralIndirect, CommandBuffer.DrawMeshInstancedIndirect.
Ensure that the system supports indirect argument buffers before using those methods.