예제 #1
0
 void SetPerformance()
 {
     GraphicsCore.SetPerformance(
         Settings.TriangleGridResolution.Width,
         Settings.TriangleGridResolution.Height);
 }