Expand description
An OpenGL ES back-end for Rust-Graphics
Modules§
- error
- Errors
- gl
- glyph_
cache - Glyph caching
- ops
- Image operations for textures.
- shader_
utils - Helper functions for dealing with shaders.
Structs§
- GlGraphics
- Contains OpenGL data.
- Texture
- Wraps OpenGL texture data. The texture gets deleted when running out of scope.
- 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.
- Update
Texture - Implemented by textures for updating.