# Sandbox.GpuBuffer.IndirectDrawIndexedArguments

- Kind: struct
- Assembly: `Sandbox.Engine`
- Modifiers: sealed

## Fields

- [`BaseVertex`](/api/Sandbox.GpuBuffer.IndirectDrawIndexedArguments/BaseVertex): Value added to each index before indexing into the vertex buffer.
- [`FirstIndex`](/api/Sandbox.GpuBuffer.IndirectDrawIndexedArguments/FirstIndex): Index of the first index to draw.
- [`FirstInstance`](/api/Sandbox.GpuBuffer.IndirectDrawIndexedArguments/FirstInstance): Instance ID of the first instance.
- [`IndexCount`](/api/Sandbox.GpuBuffer.IndirectDrawIndexedArguments/IndexCount): Number of indices to draw per instance.
- [`InstanceCount`](/api/Sandbox.GpuBuffer.IndirectDrawIndexedArguments/InstanceCount): Number of instances to draw.
