mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 11:00:11 +01:00
vbo: Fix build on windows.
This commit is contained in:
parent
b724dd28e2
commit
1e9d3ad4e1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,11 +59,11 @@ struct split_context {
|
|||
static void flush_vertex( struct split_context *split )
|
||||
{
|
||||
GLuint min_index, max_index;
|
||||
GLuint i;
|
||||
|
||||
if (!split->dstprim_nr)
|
||||
return;
|
||||
|
||||
GLuint i;
|
||||
min_index = split->dstprim[0].start;
|
||||
max_index = min_index + split->dstprim[0].count - 1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue