draw: run the pipeline with the correct number of verts
verts per primitive, not total count
This commit is contained in:
@@ -382,7 +382,7 @@ void draw_pipeline_run_linear( struct draw_context *draw,
|
||||
prim_info->prim,
|
||||
(struct vertex_header*)verts,
|
||||
vert_info->stride,
|
||||
vert_info->count);
|
||||
count);
|
||||
}
|
||||
|
||||
draw->pipeline.verts = NULL;
|
||||
|
||||
Reference in New Issue
Block a user