Crate glium_types

Crate glium_types 

Source

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.g Vertex and/or TextureCoords. if an error occurs it returns the MeshError enum