MakeCurrent() private method

private MakeCurrent ( EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx ) : bool
dpy EGLDisplay
draw EGLSurface
read EGLSurface
ctx EGLContext
return bool
Example #1
0
 public void MakeCurrent(EGLSurface surface)
 {
     Egl.MakeCurrent(Display, surface, surface, EglContext.HandleAsEGLContext);
 }