Пример #1
0
 public void OnDraw(GLSurface w, EventArgs e)
 {
     using (w.Platform.Context)
         w.OnDraw(e);
 }
Пример #2
0
 public void OnInitialized(GLSurface w, EventArgs e)
 {
     using (w.Platform.Context)
         w.OnGLInitalized(e);
 }
Пример #3
0
 public void OnShuttingDown(GLSurface w, EventArgs e)
 {
     using (w.Platform.Context)
         w.OnShuttingDown(e);
 }