Expand description
A Gfx texture representation that works nicely with Piston libraries.
Modules§
- ops
- Image operations for textures.
Structs§
- Texture
- Represents a texture.
- Texture
Context - Context required to create and update textures.
- Texture
Settings - Texture creation parameters.
Enums§
- Error
- Create creation or update error.
- Filter
- Sampling filter
- Flip
- Flip settings.
- Format
- Texture format.
- Wrap
- Wrap mode
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.