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, toString
public void setDisplay(EGLDisplay display)
public void destroy() throws LWJGLException
LWJGLException
public 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 PointerWrapperAbstract
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.