Exemple #1
0
 public void OnInitialized(GLSurface w, EventArgs e)
 {
     w.Platform.Invoke(() => w.OnGLInitalized(e));
 }
Exemple #2
0
 public void OnInitialized(GLSurface w, EventArgs e)
 {
     using (w.Platform.Context)
         w.OnGLInitalized(e);
 }