상속: OpenTK.GameWindow
예제 #1
0
 public static void Main( )
 {
     using (T13_GLSL_Earth example = new T13_GLSL_Earth( ))
     {
         Utilities.SetWindowTitle(example);
         example.Run(30.0, 0.0);
     }
 }
예제 #2
0
 public static void Main( )
 {
     using ( T13_GLSL_Earth example = new T13_GLSL_Earth( ) )
     {
         Utilities.SetWindowTitle(example);
         example.Run( 30.0, 0.0 );
     }
 }