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.
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 |