diff options
Diffstat (limited to 'src/mesa/main/draw.h')
-rw-r--r-- | src/mesa/main/draw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/draw.h b/src/mesa/main/draw.h index 528696de60f..47d02f575b1 100644 --- a/src/mesa/main/draw.h +++ b/src/mesa/main/draw.h @@ -65,8 +65,6 @@ struct _mesa_prim GLuint num_instances; GLuint base_instance; GLuint draw_id; - - GLsizeiptr indirect_offset; }; /* Would like to call this a "vbo_index_buffer", but this would be |