예제 #1
0
 static void RunGame()
 {
     using (OpenCLClothDemo game = new OpenCLClothDemo())
     {
         game.Run();
     }
 }
예제 #2
0
 static void RunGame()
 {
     using (OpenCLClothDemo game = new OpenCLClothDemo())
     {
         game.Run();
     }
 }