Пример #1
0
 public void MakeCurrent()
 {
     if (Egl.eglMakeCurrent(eglDisplay, eglSurface, eglSurface, eglContext) == Egl.EGL_FALSE)
     {
         throw new Exception("Failed to make EGLSurface current");
     }
 }