IDirect3DDevice9::SetIndices 方法 (d3d9helper.h)
设置索引数据。
语法
HRESULT SetIndices(
[in] IDirect3DIndexBuffer9 *pIndexData
);
参数
[in] pIndexData
指向 IDirect3DIndexBuffer9 接口的指针,表示要设置的索引数据。
返回值
类型: HRESULT
如果方法成功,则返回值D3D_OK。 如果 方法失败,则返回值可以为:D3DERR_INVALIDCALL。
备注
当应用程序不再包含对此接口的引用时,将自动释放该接口。
IDirect3DDevice9::SetIndices 方法将当前索引数组设置为索引缓冲区。 单个索引集用于为所有流编制索引。
要求
目标平台 | Windows |
标头 | d3d9helper.h (包括 D3D9.h) |
Library | D3D9.lib |
另请参阅
IDirect3DDevice9::DrawIndexedPrimitive
IDirect3DDevice9::DrawIndexedPrimitiveUP
IDirect3DDevice9::DrawPrimitive