struct
IndirectDrawIndexedArguments
public sealed struct IndirectDrawIndexedArguments Fields
| Name | Type | Description |
|---|---|---|
IndexCount | UInt32 | Number of indices to draw per instance. |
InstanceCount | UInt32 | Number of instances to draw. |
FirstIndex | UInt32 | Index of the first index to draw. |
BaseVertex | Int32 | Value added to each index before indexing into the vertex buffer. |
FirstInstance | UInt32 | Instance ID of the first instance. |
Assembly:
Sandbox.Engine Declaring Type: GpuBuffer Full Name: Sandbox.GpuBuffer.IndirectDrawIndexedArguments