Re: [Mesa-dev] [PATCH 2/8] mesa: rename gl_vertex_attrib_array::VertexBinding

2016-10-12 Thread Brian Paul
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

Re: [Mesa-dev] [PATCH 2/8] mesa: rename gl_vertex_attrib_array::VertexBinding

2016-10-12 Thread Mathias Fröhlich
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