MakeCurrent() 개인적인 메소드

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