D3DGPU_PHYSICAL_ADDRESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

typedef struct _D3DGPU_PHYSICAL_ADDRESS {
  UINT   SegmentId;
  UINT   Padding;
  UINT64 SegmentOffset;
} D3DGPU_PHYSICAL_ADDRESS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-_d3dgpu_physical_address)

D3DGPU_PHYSICAL_ADDRESS structure

Description

The D3DGPU_PHYSICAL_ADDRESS structure specifies a GPU physical address.

Members

SegmentId

The segment Id.

Padding

Padding.

SegmentOffset

The segment offset.

Remarks

See also