BatchDrawCommandType

enumeration

Description

Enumerates the different draw command types a BatchRendererGroup can draw.

This is used in BatchDrawRange to say from what draw command stream the batch will read the commands.

Properties

DirectA direct draw command with a mesh and material.
IndirectAn indirect draw command with a mesh and material.
ProceduralA procedural draw command. Has a material but vertex data is procedurally fetched by the shader.
ProceduralIndirectA procedural indirect draw command. Has a material but vertex data is procedurally fetched by the shader.

Did you find this page useful? Please give it a rating: