Esempio n. 1
0
 public static void RunExample()
 {
     using (SimpleFBO example = new SimpleFBO())
     {
         example.Run(30.0, 0.0);
     }
 }
Esempio n. 2
0
 public static void RunExample()
 {
     using (SimpleFBO example = new SimpleFBO())
     {
         example.Run(30.0, 0.0);
     }
 }