summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/tex-srgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/tex-srgb.c')
-rw-r--r--src/gallium/tests/graw/tex-srgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/tex-srgb.c b/src/gallium/tests/graw/tex-srgb.c
index af3e1c36f15..5442f94f722 100644
--- a/src/gallium/tests/graw/tex-srgb.c
+++ b/src/gallium/tests/graw/tex-srgb.c
@@ -79,7 +79,7 @@ set_vertices(struct vertex *verts, unsigned num_verts)
num_verts * sizeof(struct vertex),
verts);
- info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
+ info.ctx->set_vertex_buffers(info.ctx, 0, 1, &vbuf);
}
static void set_vertex_shader( void )