Skip to main content
Describes parameters needed to allocate resources.

Syntax

Members

SizeInBytes
Type: UINT64
The size, in bytes, of the resource. Alignment
Type: UINT64
The alignment value for the resource; one of 4KB (4096), 64KB (65536), or 4MB (4194304) alignment.

Remarks

This structure is used by the ID3D12Device::GetResourceAllocationInfo and ID3D12Device::GetResourceAllocationInfo1 methods.

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

CD3DX12_RESOURCE_ALLOCATION_INFO Core structures
Last modified on August 20, 2026