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 that CommandBuffer.DrawProceduralIndirect can execute on the current device.
drawCountAdditional Resources: SystemInfo.supportsMultiDrawIndirect.