mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-08 08:08:25 +02:00
graw: remove pipe_vertex_buffer::max_index
This is a follow-up to commit cdca3c58aa.
This commit is contained in:
parent
a476ca1fd1
commit
7582448016
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ static void set_vertices( void )
|
|||
|
||||
|
||||
vbuf.stride = sizeof( struct vertex );
|
||||
vbuf.max_index = sizeof(vertices) / vbuf.stride;
|
||||
vbuf.buffer_offset = 0;
|
||||
vbuf.buffer = screen->user_buffer_create(screen,
|
||||
vertices,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue