glium v0.1.1 Release Notes

Release Date: 2015-03-13 // about 9 years ago
    • Added ToColorAttachment trait implementation for Texture2dMultisample.
    • Added Texture2dMultisample::as_surface method.
    • Updated the crate for the new I/O.
    • Changed VertexFormat to take a Cow<'static, str> instead of a String.
    • Fixed a stack overflow in release mode.
    • Removed the fence argument from vertices, indices and uniforms sources. Fences are now directly gathered from buffers when drawing.