summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/vl/vl_compositor.h
diff options
context:
space:
mode:
authorRoland Scheidegger <sroland@vmware.com>2010-03-01 18:41:03 +0100
committerRoland Scheidegger <sroland@vmware.com>2010-03-01 18:41:03 +0100
commit49d3f662b60be08328e7c1dc381d07f50c384601 (patch)
treef9ea4eefde3df5c5055a7299e846a51fc6e81d43 /src/gallium/auxiliary/vl/vl_compositor.h
parentac4abaecd5f52e416c89bfe19b34ed7f4e014b21 (diff)
vl: adapt to new vertex element cso interface
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_compositor.h')
-rw-r--r--src/gallium/auxiliary/vl/vl_compositor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_compositor.h b/src/gallium/auxiliary/vl/vl_compositor.h
index 6a9a3fd7af..51755554da 100644
--- a/src/gallium/auxiliary/vl/vl_compositor.h
+++ b/src/gallium/auxiliary/vl/vl_compositor.h
@@ -43,10 +43,10 @@ struct vl_compositor
void *sampler;
void *vertex_shader;
void *fragment_shader;
+ void *vertex_elems;
struct pipe_viewport_state viewport;
struct pipe_scissor_state scissor;
struct pipe_vertex_buffer vertex_bufs[2];
- struct pipe_vertex_element vertex_elems[2];
struct pipe_buffer *vs_const_buf, *fs_const_buf;
};