[][src]Module coffee::graphics::texture_array

Build, load, and use texture arrays.

Structs

Batch

A collection of quads that can be drawn with a TextureArray all at once.

Builder

A TextureArray builder.

Index

An index that identifies a texture in a TextureArray.

Indices

A set of loaded indices obtained when using a Loader.

Key

A key used to obtain an Index from Indices once a TextureArray is loaded using a Loader.

Loader

A TextureArray builder that produces a Task.

TextureArray

A collection of different textures with the same size.

Enums

Error

A texture array loading error.