Expand description
A generic library for textures.
This library is used in Piston for generic code when working with textures.
The ImageSize
trait is used for passing textures around for rendering.
For more information, see
Piston-Graphics.
Modules§
- ops
- Image operations for textures.
Structs§
- Texture
Settings - Texture creation parameters.
Enums§
Traits§
- Create
Texture - Implemented by textures for creation.
- Image
Size - Implemented by all images to be used with generic algorithms.
- Texture
Op - Implemented by texture operations.
- Update
Texture - Implemented by textures for updating.