D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE {
  D3D12DDI_GPU_VIRTUAL_ADDRESS StartAddress;
  UINT64                       SizeInBytes;
} D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_gpu_virtual_address_range)

D3D12DDI_GPU_VIRTUAL_ADDRESS_RANGE structure

Description

Describes the GPU virtual address range.

Members

StartAddress

The beginning of a virtual address range.

SizeInBytes

The size of the virtual address, in bytes.

Remarks

See also