Module image

Module image 

Available on crate feature advanced only.
Expand description

Load and draw raster graphics.

Structs§

Allocation
A memory allocation of a Handle, often in GPU memory.
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Id
The unique identifier of some Handle data.
Image
A raster image that can be drawn.
Memory
Some memory taken by an Allocation.

Enums§

Error
An image loading error.
FilterMethod
Image filtering strategy.
Handle
A handle of some image data.

Traits§

Renderer
A Renderer that can render raster graphics.

Functions§

allocate
Creates a new Allocation for the given handle.