Expand description
A Piston 2D graphics back-end using Glium.
Modules§
- ops
- Image operations for textures.
Structs§
- Glium2d
- The resources needed for rendering 2D.
- Glium
Graphics - Graphics back-end.
- Glium
Window - A window struct for glium.
- Texture
- Wrapper for 2D texture.
- Texture
Settings - Texture creation parameters.
Enums§
Traits§
- Create
Texture - Implemented by textures for creation.
- Image
Size - Implemented by all images to be used with generic algorithms.
- Texture
Op - Implemented by texture operations.
- Update
Texture - Implemented by textures for updating.
Type Aliases§
- Glyph
Cache - Stores textures for text rendering.