st/nine: Fix header of GetIndices

There is a mistake in the online documentation,
the function only has 2 arguments.

Signed-off-by: Axel Davy <axel.davy@ens.fr>
This commit is contained in:
Axel Davy
2016-03-05 19:06:29 +01:00
parent 3e9d01ff39
commit c4af309973
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -3676,8 +3676,7 @@ NineDevice9_SetIndices( struct NineDevice9 *This,
*/
HRESULT NINE_WINAPI
NineDevice9_GetIndices( struct NineDevice9 *This,
IDirect3DIndexBuffer9 **ppIndexData /*,
UINT *pBaseVertexIndex */ )
IDirect3DIndexBuffer9 **ppIndexData)
{
user_assert(ppIndexData, D3DERR_INVALIDCALL);
nine_reference_set(ppIndexData, This->state.idxbuf);