supportsIndirectArgumentsBuffer
Returns true if the graphics system supports GPU draw calls with indirect argument buffers. (Read Only)
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
public static bool supportsIndirectArgumentsBuffer { get; }
Remarks
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.