Skip to main content
Describes a constant buffer to view.

Syntax

Members

BufferLocation
Type: D3D12_GPU_VIRTUAL_ADDRESS
The D3D12_GPU_VIRTUAL_ADDRESS of the constant buffer. D3D12_GPU_VIRTUAL_ADDRESS is a typedef’d alias of UINT64. SizeInBytes
Type: UINT
The size in bytes of the constant buffer.

Remarks

This structure is used by CreateConstantBufferView.

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