DXGK_PRESENTALLOCATIONINFO structure (d3dkmddi.h)
DXGK_PRESENTALLOCATIONINFO is reserved for system use. Don't use it in your driver.
Syntax
typedef struct _DXGK_PRESENTALLOCATIONINFO {
HANDLE hDeviceSpecificAllocation;
D3DGPU_VIRTUAL_ADDRESS AllocationVirtualAddress;
PHYSICAL_ADDRESS PhysicalAddress;
WORD SegmentId;
WORD PhysicalAdapterIndex;
} DXGK_PRESENTALLOCATIONINFO;
Members
hDeviceSpecificAllocation
AllocationVirtualAddress
PhysicalAddress
SegmentId
PhysicalAdapterIndex
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Header | d3dkmddi.h |