Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE structure (d3d12umddi.h)

Describes the GPU virtual address range.

Syntax

typedef struct D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE {
 D3D12DDI_GPU_VIRTUAL_ADDRESS StartAddress;
 UINT64 SizeInBytes;
} D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE;

Members

StartAddress

The beginning of a virtual address range.

SizeInBytes

The size of the virtual address, in bytes.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1809
Header d3d12umddi.h

Feedback

Was this page helpful?

Additional resources