Crate glium_graphics

Crate glium_graphics 

Source
Expand description

A Piston 2D graphics back-end using Glium.

Modules§

ops
Image operations for textures.

Structs§

Glium2d
The resources needed for rendering 2D.
GliumGraphics
Graphics back-end.
GliumWindow
A window struct for glium.
Texture
Wrapper for 2D texture.
TextureSettings
Texture creation parameters.

Enums§

Filter
Sampling filter
Flip
Flip settings.
Format
Texture format.
OpenGL
Wrap
Wrap mode

Traits§

CreateTexture
Implemented by textures for creation.
ImageSize
Implemented by all images to be used with generic algorithms.
TextureOp
Implemented by texture operations.
UpdateTexture
Implemented by textures for updating.

Type Aliases§

GlyphCache
Stores textures for text rendering.