Api IndirectDrawArguments
struct

IndirectDrawArguments

public sealed struct IndirectDrawArguments

Fields

Name Type Description
VertexCount UInt32 Number of vertices to draw per instance.
InstanceCount UInt32 Number of instances to draw.
FirstVertex UInt32 Index of the first vertex to draw.
FirstInstance UInt32 Instance ID of the first instance.
Assembly: Sandbox.Engine Declaring Type: GpuBuffer Full Name: Sandbox.GpuBuffer.IndirectDrawArguments