Am Montag, den 29.01.2018, 13:42 -0700 schrieb Brian Paul: > --- > src/mesa/main/mtypes.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h > index b0eeeaf..95f6319 100644 > --- a/src/mesa/main/mtypes.h > +++ b/src/mesa/main/mtypes.h > @@ -1538,7 +1538,8 @@ struct gl_array_attributes > 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 BufferBindingIndex; /**< Vertex buffer binding */ > + /** Index into gl_vertex_array_object::BufferBinding[] array */ > + GLuint BufferBindingIndex; > }; > > You already did this with d5f42f96e16f4b12 ;)
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
