summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/nv50/nv50_vbo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/nv50/nv50_vbo.c')
-rw-r--r--src/mesa/pipe/nv50/nv50_vbo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/nv50/nv50_vbo.c b/src/mesa/pipe/nv50/nv50_vbo.c
index 0c9d2806d7..6c0dc23a43 100644
--- a/src/mesa/pipe/nv50/nv50_vbo.c
+++ b/src/mesa/pipe/nv50/nv50_vbo.c
@@ -15,7 +15,7 @@ nv50_draw_arrays(struct pipe_context *pipe, unsigned mode, unsigned start,
boolean
nv50_draw_elements(struct pipe_context *pipe,
- struct pipe_buffer_handle *indexBuffer, unsigned indexSize,
+ struct pipe_buffer *indexBuffer, unsigned indexSize,
unsigned mode, unsigned start, unsigned count)
{
NOUVEAU_ERR("unimplemented\n");