glium v0.2.0 Release Notes

Release Date: 2015-03-30 // almost 9 years ago
    • Removed PerInstanceAttributesBuffer and PerInstanceAttributesBufferAny.
    • Added per_instance and per_instance_if_supported to VertexBuffer.
    • Removed the deprecated index_buffer module. Use the index module instead.
    • Fixed viewport dimensions on retina screens.
    • The Backend trait is now marked unsafe.