pub fn build_textures_atlas()
Expand description

Build an atlas out of all currently loaded texture Later on all draw_texture calls with texture available in the atlas will use the one from the atlas NOTE: the GPU memory and texture itself in Texture2D will still be allocated and Texture->Image conversions will work with Texture2D content, not the atlas