DXGK_GPU_PHYSICAL_ADDRESS structure (dispmprt.h)
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 |