Crate gfx_texture

source ·
Expand description

A Gfx texture representation that works nicely with Piston libraries.

Modules

Image operations for textures.

Structs

Represents a texture.
Context required to create and update textures.
Texture creation parameters.

Enums

Create creation or update error.
Sampling filter
Flip settings.
Texture format.
Wrap mode

Traits

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