PointerWrapperpublic final class EGLSurface extends PointerWrapperAbstract
pointer| Modifier and Type | Method | Description |
|---|---|---|
void |
destroy() |
Destroys this EGL surface.
|
boolean |
equals(Object obj) |
|
int |
getAttribute(int attribute) |
Returns the value of the specified EGL surface attribute.
|
EGLConfig |
getConfig() |
Returns the EGL config associated with this EGL surface.
|
EGLDisplay |
getDisplay() |
Returns the EGL display from which this EGL surface was created.
|
void |
swapBuffers() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckValid, getPointer, hashCode, isValid, toStringpublic EGLDisplay getDisplay()
public EGLConfig getConfig()
public void destroy()
throws LWJGLException
LWJGLExceptionpublic int getAttribute(int attribute)
throws LWJGLException
attribute - the surface attributeLWJGLExceptionpublic void swapBuffers()
throws LWJGLException,
PowerManagementEventException
public boolean equals(Object obj)
equals in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.