D3DKMT_VAD_DESC 结构 (d3dkmthk.h)
视频加速显示 (VAD) 说明。
语法
typedef struct _D3DKMT_VAD_DESC {
UINT VadIndex;
D3DKMT_ALIGN64 UINT64 VadAddress;
UINT NumMappedRanges;
UINT VadType;
D3DKMT_ALIGN64 UINT64 StartAddress;
D3DKMT_ALIGN64 UINT64 EndAddress;
} D3DKMT_VAD_DESC;
成员
VadIndex
VAD 索引。
VadAddress
VAD 地址。
NumMappedRanges
映射范围的数目。
VadType
VAD 类型。
StartAddress
起始地址。
EndAddress
结束地址。
要求
要求 | 值 |
---|---|
Header | d3dkmthk.h |