D3DKMT_GET_SEGMENT_CAPS 结构 (d3dkmthk.h)
用于获取细分功能。
语法
typedef struct _D3DKMT_GET_SEGMENT_CAPS {
UINT PhysicalAdapterIndex;
UINT NumSegments;
D3DKMT_SEGMENT_CAPS SegmentCaps[D3DKMT_MAX_SEGMENT_COUNT];
} D3DKMT_GET_SEGMENT_CAPS;
成员
PhysicalAdapterIndex
LDA 中的物理适配器索引 (链接的显示适配器) 链。
NumSegments
段数。
SegmentCaps[D3DKMT_MAX_SEGMENT_COUNT]
细分功能。
要求
要求 | 值 |
---|---|
Header | d3dkmthk.h |