[−][src]Crate glium_graphics
A Piston 2D graphics back-end using Glium.
Modules
| ops | Image operations for textures. |
Structs
| Glium2d | The resources needed for rendering 2D. |
| GliumGraphics | Graphics back-end. |
| GliumWindow | A window struct for glium. |
| Texture | Wrapper for 2D texture. |
| TextureSettings | Texture creation parameters. |
Enums
| Filter | Sampling filter |
| Flip | Flip settings. |
| Format | Texture format. |
| OpenGL |
Traits
| CreateTexture | Implemented by textures for creation. |
| ImageSize | Implemented by all images to be used with generic algorithms. |
| TextureOp | Implemented by texture operations. |
| UpdateTexture | Implemented by textures for updating. |
Type Definitions
| GlyphCache | Stores textures for text rendering. |