Compartilhar via


estrutura DXGK_GPU_PHYSICAL_ADDRESS (dispmprt.h)

O endereço físico da GPU.

Sintaxe

typedef struct _DXGK_GPU_PHYSICAL_ADDRESS {
  ULONG  MemorySegmentId;
  UINT64 MemorySegmentOffset;
} DXGK_GPU_PHYSICAL_ADDRESS, *PDXGK_GPU_PHYSICAL_ADDRESS;

Membros

MemorySegmentId

A ID do segmento de memória.

MemorySegmentOffset

O deslocamento de um segmento de memória.

Requisitos

Requisito Valor
Cabeçalho dispmprt.h