Beispiel #1
0
 public void TestSetUp()
 {
     library = new AtlasTexLibrary();
     fiLib   = new FITexLib();
     dxtLib  = new DxtTexLib();
     Assert.IsTrue(library.SupportBGRAOrder());
     library.StartLibrary(new TexAtlas());
 }
Beispiel #2
0
 public void TestSetUp()
 {
     Module.LoadLibraries();
     library = new ArrayTexLib();
     fiLib   = new FITexLib();
     dxtLib  = new DxtTexLib();
     Assert.IsTrue(library.SupportBGRAOrder());
     library.StartLibrary(new TexAtlas());
 }
Beispiel #3
0
 public void TestSetUp()
 {
     library = new FITexLib();
     Assert.IsTrue(library.SupportBGRAOrder());
 }