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