diff options
Diffstat (limited to 'src/gallium/tests/graw/occlusion-query.c')
-rw-r--r-- | src/gallium/tests/graw/occlusion-query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/occlusion-query.c b/src/gallium/tests/graw/occlusion-query.c index d03934f9d19..444b645cacc 100644 --- a/src/gallium/tests/graw/occlusion-query.c +++ b/src/gallium/tests/graw/occlusion-query.c @@ -94,7 +94,7 @@ set_vertices(struct vertex *vertices, unsigned bytes) vbuf.stride = sizeof(struct vertex); vbuf.buffer_offset = 0; - vbuf.buffer = pipe_buffer_create_with_data(info.ctx, + vbuf.buffer.resource = pipe_buffer_create_with_data(info.ctx, PIPE_BIND_VERTEX_BUFFER, PIPE_USAGE_DEFAULT, bytes, |