Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |