示例#1
0
 public bool SwapBuffers()
 {
     return(Egl.eglSwapBuffers(eglDisplay, eglSurface) == Egl.EGL_TRUE);
 }