Re-exports§
pub use glium;
Modules§
- matrices
- params
- prelude
- quaternions
- shaders
- Shader examples to help get you started
- teapot
- A teapot 3d model for all your debugging needs. Taken from the glium tutorial (https://github.com/glium/glium/blob/master/book/tuto-07-teapot.rs)
- vectors
- vert_
types
Macros§
- mesh
- create a triangle mesh from a
Display
,u32
indices followed by anything that can be stored in a vertex buffer e.gVertex
and/orTextureCoords
. if an error occurs it returns theMeshError
enum