Exemplo n.º 1
0
 public void TestSetUp()
 {
     library = new AtlasTexLibrary();
     fiLib   = new FITexLib();
     dxtLib  = new DxtTexLib();
     Assert.IsTrue(library.SupportBGRAOrder());
     library.StartLibrary(new TexAtlas());
 }