mesa: rename gl_vertex_attrib_array::VertexBinding
[mesa.git] / src / mesa / main / mtypes.h
index 61d6bf1a6e9bbcfdf4b45fd6f8c9c4fd7fdf5a41..a639fd24ac5e12940eb10a14aadf69bdf935322e 100644 (file)
@@ -1376,7 +1376,7 @@ struct gl_vertex_attrib_array
    GLboolean Integer;       /**< Fixed-point values are not converted to floats */
    GLboolean Doubles;       /**< double precision values are not converted to floats */
    GLuint _ElementSize;     /**< Size of each element in bytes */
-   GLuint VertexBinding;    /**< Vertex buffer binding */
+   GLuint BufferBindingIndex;    /**< Vertex buffer binding */
 };