[][src]Crate gfx_texture

A Gfx texture representation that works nicely with Piston libraries.

Modules

ops

Image operations for textures.

Structs

Texture

Represents a texture.

TextureSettings

Texture creation parameters.

Enums

Filter

Sampling filter

Flip

Flip settings.

Format

Texture format.

Traits

CreateTexture

Implemented by textures for creation.

ImageSize

Implemented by all images to be used with generic algorithms.

UpdateTexture

Implemented by textures for updating.