SetIndices()

来源:互联网 发布:淘宝优惠劵转换淘口令 编辑:程序博客网 时间:2024/06/11 03:55
HRESULT SetIndices(         IDirect3DIndexBuffer9 *pIndexData //使用的索引缓冲区指针      );  

Parameters

pIndexData
[in] Pointer to an IDirect3DIndexBuffer9 interface, representing the index data to be set.

Return Value

If the method succeeds, the return value is D3D_OK.

If the method fails, the return value can be D3DERR_INVALIDCALL.

原创粉丝点击