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.
The physical address of the GPU.
Syntax
typedef struct _DXGK_GPU_PHYSICAL_ADDRESS {
ULONG MemorySegmentId;
UINT64 MemorySegmentOffset;
} DXGK_GPU_PHYSICAL_ADDRESS, *PDXGK_GPU_PHYSICAL_ADDRESS;
Members
MemorySegmentId
The memory segment id.
MemorySegmentOffset
The offset of a memory segment.
Requirements
| Requirement | Value |
|---|---|
| Header | dispmprt.h |