SystemInfo.supportsIndirectArgumentsBuffer

public static bool supportsIndirectArgumentsBuffer;

Description

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.


Did you find this page useful? Please give it a rating: