TextureAtlas

Can be used to tightly store small images in big atlas, such as font glyps, or lightmaps etc.

Constructors

this
this(uint size)
Undocumented in source.
this
this(uint width, uint height)
Undocumented in source.

Members

Functions

insert
ivec2 insert(ivec2 size, Color4ub color)
ivec2 insert(ivec2 size)
ivec2 insert(Bitmap source, irect sourceSubRect)

Variables

autoGrow
bool autoGrow;
Undocumented in source.
bitmap
Bitmap bitmap;
Undocumented in source.

Meta