public final class EGLSurface extends PointerWrapperAbstract
pointer| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroys this EGL surface.
|
boolean |
equals(java.lang.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() |
checkValid, 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(java.lang.Object obj)
equals in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.