// d3dukmdt.h
typedef struct _D3DGPU_PHYSICAL_ADDRESS {
UINT SegmentId;
UINT Padding;
UINT64 SegmentOffset;
} D3DGPU_PHYSICAL_ADDRESS;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DGPU_PHYSICAL_ADDRESS structure specifies a GPU physical address.
SegmentIdThe segment Id.
PaddingPadding.
SegmentOffsetThe segment offset.