summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/cell/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/cell/common.h')
-rw-r--r--src/mesa/pipe/cell/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/cell/common.h b/src/mesa/pipe/cell/common.h
index 8202bbbe76..ee20bd150b 100644
--- a/src/mesa/pipe/cell/common.h
+++ b/src/mesa/pipe/cell/common.h
@@ -76,7 +76,7 @@ struct cell_command_clear_tiles
struct cell_command_render
{
uint prim_type;
- uint num_verts;
+ uint num_verts, num_attribs;
float xmin, ymin, xmax, ymax;
void *vertex_data;
} ALIGN16_ATTRIB;