D3DGPU_PHYSICAL_ADDRESS structure (d3dukmdt.h)
The D3DGPU_PHYSICAL_ADDRESS structure specifies a GPU physical address.
Syntax
typedef struct _D3DGPU_PHYSICAL_ADDRESS {
UINT SegmentId;
UINT Padding;
UINT64 SegmentOffset;
} D3DGPU_PHYSICAL_ADDRESS;
Members
SegmentId
The segment Id.
Padding
Padding.
SegmentOffset
The segment offset.
Requirements
Requirement | Value |
---|---|
Header | d3dukmdt.h |