Class description buffer-kind values tell the graphics driver what the primary application of a buffer object will be. Note that any buffer can be used for any purpose; however, performance may be improved if a buffer object is constructed as the same kind as its primary use case.
•
A vertex-buffer is used to store vertex attribute data to be rendered as part of a vertex array.
•
An index-buffer is used to store indexes into a vertex array.