Skip to main content
Describes parameters for drawing instances.

Syntax

Members

VertexCountPerInstance
Type: UINT
Specifies the number of vertices to draw, per instance. InstanceCount
Type: UINT
Specifies the number of instances. StartVertexLocation
Type: UINT
Specifies an index to the first vertex to start drawing from. StartInstanceLocation
Type: UINT
Specifies an index to the first instance to start drawing from.

Remarks

The members of this structure serve the same purpose as the parameters of DrawInstanced.

Requirements

Header: d3d12_xs.h or d3d12_x.h
Library: d3d12_xs.lib or d3d12_x.lib
Supported Platforms: XBOX Series consoles and XBOX One family

See Also

Core Structures
Last modified on August 20, 2026