Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |