Crate processing [] [src]

Reexports

pub use glium::*;
pub use constants::Key;
pub use constants::MouseButton;
pub use image::load_image;

Modules

color
constants
environment
framebuffers
image
input
rendering
screen
shaders
shapes
textures
transform

Macros

assert_no_gl_error

Calls the assert_no_error method on a glium::Display instance with file and line number information.

create_uniforms
implement_buffer_content

Implements the glium::buffer::Content trait for the given type.

implement_uniform_block

Implements the glium::uniforms::UniformBlock trait for the given type.

implement_vertex

Implements the glium::vertex::Vertex trait for the given type.

program

Builds a program depending on the GLSL version supported by the backend.

uniform

Returns an implementation-defined type which implements the Uniform trait.

Structs

DFBFDVertex
FBtexs
GLmatStruct
Screen