[−][src]Crate quad_gl
Re-exports
pub use colors::*; |
Modules
| colors | Constants for some common colors. |
Macros
| color_u8 | Build a color from 4 components of 0..255 values This is a temporary solution and going to be replaced with const fn, waiting for https://github.com/rust-lang/rust/issues/57241 |
Structs
| Color | |
| GlPipeline | |
| Image | Image, data stored in CPU memory |
| QuadGl | |
| Texture2D | Texture, data stored in GPU memory |
| Vertex |
Enums
| DrawMode | |
| FilterMode | |
| ShaderError |
Type Definitions
| VertexInterop |