PointerWrapper
public final class EGLContext extends PointerWrapperAbstract
pointer
Modifier and Type | Method | Description |
---|---|---|
void |
destroy() |
|
boolean |
equals(Object obj) |
|
void |
makeCurrent(EGLSurface surface) |
|
void |
makeCurrent(EGLSurface draw,
EGLSurface read) |
|
void |
setDisplay(EGLDisplay display) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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(Object obj)
equals
in class PointerWrapperAbstract
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.