Esempio n. 1
0
        public static void DumpAll()
        {
            TextureManager pMan = privGetInstance();

            Debug.Assert(pMan != null);

            Debug.WriteLine("\n------ Texture Manager Dump All ------");
            pMan.baseDumpAll();
        }