glium v0.2.2 Release Notes

Release Date: 2015-04-10 // about 9 years ago
    • Added support for backends that don't have vertex array objects (like OpenGL ES 2/WebGL).
    • Glium now has basic support for OpenGL ES 2/WebGL.
    • Added stencil operations in DrawParameters.
    • Fixed GL_FRAMEBUFFER_SRGB not being enabled, leading to different brightness depending on the target.
    • Fixed trailing commas not working in implement_vertex! and uniform!.