Package | Description |
---|---|
org.lwjgl.opengles |
Modifier and Type | Method and Description |
---|---|
static void |
EGL.eglReleaseCurrent(EGLDisplay dpy)
Releases the current context without assigning a new one.
|
void |
EGLContext.makeCurrent(EGLSurface surface) |
void |
EGLContext.makeCurrent(EGLSurface draw,
EGLSurface read) |
void |
EGLSurface.swapBuffers() |
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.