estructura D3DGPU_PHYSICAL_ADDRESS (d3dukmdt.h)
La estructura de D3DGPU_PHYSICAL_ADDRESS especifica una dirección física de GPU.
Sintaxis
typedef struct _D3DGPU_PHYSICAL_ADDRESS {
UINT SegmentId;
UINT Padding;
UINT64 SegmentOffset;
} D3DGPU_PHYSICAL_ADDRESS;
Miembros
SegmentId
Identificador del segmento.
Padding
Acolchado.
SegmentOffset
Desplazamiento del segmento.
Requisitos
Requisito | Valor |
---|---|
Header | d3dukmdt.h |