summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/graw/fs-write-z.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/tests/graw/fs-write-z.c')
-rw-r--r--src/gallium/tests/graw/fs-write-z.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/fs-write-z.c b/src/gallium/tests/graw/fs-write-z.c
index 0bcecd7436a..a196cbbe54a 100644
--- a/src/gallium/tests/graw/fs-write-z.c
+++ b/src/gallium/tests/graw/fs-write-z.c
@@ -100,7 +100,7 @@ set_vertices(void)
sizeof(vertices),
vertices);
- info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
+ info.ctx->set_vertex_buffers(info.ctx, 0, 1, &vbuf);
}