public final class EGLContext extends PointerWrapperAbstract
pointer| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
boolean |
equals(java.lang.Object obj) |
void |
makeCurrent(EGLSurface surface) |
void |
makeCurrent(EGLSurface draw,
EGLSurface read) |
void |
setDisplay(EGLDisplay display) |
checkValid, getPointer, hashCode, isValid, toStringpublic void setDisplay(EGLDisplay display)
public void destroy()
throws LWJGLException
LWJGLExceptionpublic void makeCurrent(EGLSurface surface) throws LWJGLException, PowerManagementEventException
public void makeCurrent(EGLSurface draw, EGLSurface read) throws LWJGLException, PowerManagementEventException
public boolean equals(java.lang.Object obj)
equals in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.