DXGK_VIRTUALGPUMEMORYRESOURCE structure (dispmprt.h)

Virtual GPU memory resource.

Syntax

typedef struct _DXGK_VIRTUALGPUMEMORYRESOURCE {
  HANDLE                    DriverAllocationHandle;
  DXGK_GPU_PHYSICAL_ADDRESS AllocationAddress;
  UINT64                    AllocationSize;
} DXGK_VIRTUALGPUMEMORYRESOURCE, *PDXGK_VIRTUALGPUMEMORYRESOURCE;

Members

DriverAllocationHandle

The driver allocation handle.

AllocationAddress

The physical address of the allocation, which include the driver memory segment ID and the segment offset.

AllocationSize

Allocation size in bytes.

Requirements

Requirement Value
Header dispmprt.h