Esempio n. 1
0
 public void EarlyInit()
 {
     // Early GL context init so that feature detection runs before window creation,
     // and so that we can know _hasGLSrgb in window creation.
     eglMakeCurrent(_eglDisplay, null, null, _eglContext);
     Clyde.InitOpenGL();
     Clyde._earlyGLInit = true;
 }