Optimizing bitmaps

    • Use power of 2 sizes for textures
    • Have a lot of separate bitmaps? Combine them in one texture.
    • Use to see draw calls. Less is better.