Esempio n. 1
0
 public void TestSetUp()
 {
     library = new XenkoTexLibrary();
     Assert.IsTrue(library.SupportBGRAOrder());
 }
 public void TestSetUp()
 {
     library = new AtitcTexLibrary();
     paraLib = new XenkoTexLibrary();
     Assert.IsFalse(library.SupportBGRAOrder());
 }