// 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 referenceNo description available.
Describes the GPU virtual address range.
StartAddressThe beginning of a virtual address range.
SizeInBytesThe size of the virtual address, in bytes.