DXGK_GPU_PHYSICAL_ADDRESS 结构 (dispmprt.h)
GPU 的物理地址。
语法
typedef struct _DXGK_GPU_PHYSICAL_ADDRESS {
ULONG MemorySegmentId;
UINT64 MemorySegmentOffset;
} DXGK_GPU_PHYSICAL_ADDRESS, *PDXGK_GPU_PHYSICAL_ADDRESS;
成员
MemorySegmentId
内存段 ID。
MemorySegmentOffset
内存段的偏移量。
要求
要求 | 值 |
---|---|
Header | dispmprt.h |