Store the given data in the Vbo. (Calls glBufferData.)
auto v = Vbo!int([1, 2, 3, 4, 5]); v.data([2, 1, 0]); // Updates the Vbo with new data.
See Implementation
Store the given data in the Vbo. (Calls glBufferData.)