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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user