Crate opengl_graphics [−] [src]
An OpenGL back-end for Rust-Graphics
Reexports
pub use texture_lib::*; |
Modules
| error |
Errors |
| glyph_cache |
Glyph caching |
| shader_utils |
Helper functions for dealing with shaders. |
Structs
| Colored |
Describes how to render colored objects. |
| GlGraphics |
Contains OpenGL data. |
| Shaders |
Shader picker. |
| Texture |
Wraps OpenGL texture data. The texture gets deleted when running out of scope. |
| Textured |
Describes how to render textured objects. |
Enums
| GLSL |
For OpenGL version 3.3 and above, the GLSL version is the same as the OpenGL version. |
| OpenGL |