Structs§
- Dynamic
Texture Atlas Builder - Helper utility to update
TextureAtlasLayout
on the fly. - Image
- Texture
Atlas - An index into a
TextureAtlasLayout
, which corresponds to a specific section of a texture. - Texture
Atlas Builder - A builder which is used to create a texture atlas from many individual sprites.
- Texture
Atlas Layout - Stores a map used to lookup the position of a texture in a
TextureAtlas
. This can be used to either use and look up a specific section of a texture, or animate frame-by-frame as a sprite sheet. - Texture
Atlas Sources - Stores a mapping from sub texture handles to the related area index.
Enums§
- Image
Format - Texture
Error - An error that occurs when loading a texture.