PointerWrapper
public 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, wait
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(Object obj)
equals
in class PointerWrapperAbstract
Copyright © 2002-2009 lwjgl.org. All Rights Reserved.