IDirect3DDevice9::GetDeviceCaps 方法 (d3d9helper.h)
检索呈现设备的功能。
语法
HRESULT GetDeviceCaps(
[out] D3DCAPS9 *pCaps
);
参数
[out] pCaps
类型: D3DCAPS9*
指向 D3DCAPS9 结构的指针,描述返回的设备。
返回值
类型: HRESULT
如果该方法成功,则返回值D3D_OK。 如果方法失败,则可以D3DERR_INVALIDCALL返回值。
备注
IDirect3DDevice9::GetDeviceCaps 检索在软件顶点处理模式下使用设备时的软件顶点管道功能。
要求
目标平台 | Windows |
标头 | d3d9helper.h (包括 D3D9.h) |
Library | D3D9.lib |