Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


maxDrawIndirectCount

The largest total number of draw sub-commands in a single multi-draw indirect call (Read Only).
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public static uint maxDrawIndirectCount { get; }

Remarks

This is the largest
drawCount
that CommandBuffer.DrawProceduralIndirect can execute on the current device.