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, toString
public EGLDisplay getDisplay()
public EGLConfig getConfig()
public void destroy() throws LWJGLException
LWJGLException
public int getAttribute(int attribute) throws LWJGLException
attribute
- the surface attributeLWJGLException
public void swapBuffers() throws LWJGLException, PowerManagementEventException
public boolean equals(java.lang.Object obj)
equals
in class PointerWrapperAbstract
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.