Crate opengles_graphics

Source
Expand description

An OpenGL ES back-end for Rust-Graphics

Modules§

error
Errors
gl
glyph_cache
Glyph caching
ops
Image operations for textures.
shader_utils
Helper functions for dealing with shaders.

Structs§

GlGraphics
Contains OpenGL data.
Texture
Wraps OpenGL texture data. The texture gets deleted when running out of scope.
TextureSettings
Texture creation parameters.

Enums§

Filter
Sampling filter
Format
Texture format.
OpenGL

Traits§

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