Exemplo n.º 1
0
    void glDeinit()
    {
        clearCache();

        delete entryAtlas;
        entryAtlas = 0;

        contents.clear();
        background.clear();
    }
Exemplo n.º 2
0
 void glDeinit()
 {
     drawable.clear();
 }