mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 01:30:31 +01:00
Cell: call draw_compute_vertex_size()
This commit is contained in:
parent
cd89fe2d39
commit
2da5afbd3f
1 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,8 @@ static void calculate_vertex_layout( struct cell_context *cell )
|
|||
if (1/*vinfo->attr_mask != cell->attr_mask*/) {
|
||||
/*cell->attr_mask = vinfo->attr_mask;*/
|
||||
|
||||
draw_set_vertex_info( cell->draw, vinfo);
|
||||
draw_compute_vertex_size(vinfo);
|
||||
draw_set_vertex_info(cell->draw, vinfo);
|
||||
|
||||
#if 0
|
||||
draw_set_twoside_attributes(cell->draw,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue