BatchDrawCommandProceduralIndirect.indirectArgsBufferHandle

public GraphicsBufferHandle indirectArgsBufferHandle;

Description

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

If indexBufferHandle is default then the data at indirectArgsBufferOffset in the referenced buffer is interpreted as an IndirectDrawArgs, and a non indexed indirect draw call will be issued.

If indexBufferHandle is not default the data will instead be interpreted as an IndirectDrawIndexedArgs and an indexed indirect draw call will be issued.


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