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 |