Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


indexBufferHandle

Handle of an index buffer to use for indexed drawing.
Read time 1 minuteLast updated 6 days ago

Definition

public GraphicsBufferHandle indexBufferHandle

Remarks

If no buffer is provided the draws will be non indexed.
This changes how the data in the buffer pointed to by BatchDrawCommandProceduralIndirect.indirectArgsBufferHandle is interpreted.