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
記憶體區段標識碼。
MemorySegmentOffset
記憶體區段的位移。
要求
要求 | 價值 |
---|---|
標頭 | dispmprt.h |