On 10/12/2016 01:43 AM, Mathias Fröhlich wrote:
On Tuesday, 11 October 2016 20:10:27 CEST Brian Paul wrote:
Rename to gl_vertex_attrib_array::BufferBindingIndex because this field
is an index into the array of buffer binding points. This makes some
code a little easier to follow since there's a
On Tuesday, 11 October 2016 20:10:27 CEST Brian Paul wrote:
> Rename to gl_vertex_attrib_array::BufferBindingIndex because this field
> is an index into the array of buffer binding points. This makes some
> code a little easier to follow since there's also a "VertexBinding" field
> in gl_vertex_ar
Rename to gl_vertex_attrib_array::BufferBindingIndex because this field
is an index into the array of buffer binding points. This makes some
code a little easier to follow since there's also a "VertexBinding" field
in gl_vertex_array_object.
---
src/mesa/main/api_arrayelt.c | 20 ++--