glium v0.4.2 Release Notes

Release Date: 2015-05-25 // almost 9 years ago
    • Removed the buffer::Builder type as it was proven unsound.
    • Renamed SubBuffer to BufferView.
    • Display/GlutinFacade now derefs to Context.
    • Mapping a buffer now simply calls glMapBuffer again, instead of writing to a temporary buffer.
    • glutin is now an optional dependency (enabled by default).
    • Creating an index buffer now correctly uses a GL_ELEMENT_ARRAY_BUFFER.