Esempio n. 1
0
 public static void Main()
 {
     using (HelloGL3 example = new HelloGL3())
     {
         example.Run(60);
     }
 }
Esempio n. 2
0
 public static void Main()
 {
     using (HelloGL3 example = new HelloGL3())
     {
         example.Run(60);
     }
 }
Esempio n. 3
0
 public static void Main7()
 {
     using (HelloGL3 example = new HelloGL3())
     {
         // Utilities.SetWindowTitle(example);
         example.Run(30);
     }
 }
Esempio n. 4
0
 public static void Main()
 {
     using (HelloGL3 example = new HelloGL3())
     {
         Utilities.SetWindowTitle(example);
         example.Run(30);
     }
 }