Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

BatchDrawCommandIndirect.indirectArgsBufferHandle

public GraphicsBufferHandle indirectArgsBufferHandle;

Description

GraphicsBufferHandle of the GraphicsBuffer from which the indirect draw command will be read.

The data at indirectArgsBufferOffset in the referenced buffer is interpreted as an IndirectDrawArgs.