estructura DXGK_GPU_PHYSICAL_ADDRESS (dispmprt.h)
Dirección física de la GPU.
Sintaxis
typedef struct _DXGK_GPU_PHYSICAL_ADDRESS {
ULONG MemorySegmentId;
UINT64 MemorySegmentOffset;
} DXGK_GPU_PHYSICAL_ADDRESS, *PDXGK_GPU_PHYSICAL_ADDRESS;
Miembros
MemorySegmentId
Identificador del segmento de memoria.
MemorySegmentOffset
Desplazamiento de un segmento de memoria.
Requisitos
Requisito | Valor |
---|---|
Header | dispmprt.h |