Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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:
Ensure that the system supports indirect argument buffers before using those methods.