Skip to main content
Describes the index buffer to view.

Syntax

Members

BufferLocation
Type: D3D12_GPU_VIRTUAL_ADDRESS
The GPU virtual address of the index buffer. D3D12_GPU_VIRTUAL_ADDRESS is a typedef’d synonym of UINT64. SizeInBytes
Type: UINT
The size in bytes of the index buffer. Format
Type: DXGI_FORMAT
A DXGI_FORMAT-typed value for the index-buffer format.

Remarks

This structure is passed into ID3D12GraphicsCommandList::IASetIndexBuffer.

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