glium_graphics
glium_graphics copied to clipboard
A Glium 2D back-end for the Piston game engine
Like this but for glium_graphics: [https://github.com/PistonDevelopers/gfx_graphics/issues/276](https://github.com/PistonDevelopers/gfx_graphics/issues/276) I want to do this (seems like the changes can be pretty much mirrored), but thought I'd better post here in case anyone is...
Depends on https://github.com/PistonDevelopers/texture/issues/32. Change `Texture` into: ``` Rust pub struct Texture { pub texture: Texture2d, pub min_filter: MinifySamplerFilter, pub mag_filter: MagnifySamplerFilter, } ``` - [ ] Map `TextureSettings::get_mag` for `MagnifySamplerFilter`...