|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.PointerWrapperAbstract
org.lwjgl.opengles.EGLSurface
public final class EGLSurface
EGLSurface wrapper class.
Field Summary |
---|
Fields inherited from class org.lwjgl.PointerWrapperAbstract |
---|
pointer |
Method Summary | |
---|---|
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()
|
Methods inherited from class org.lwjgl.PointerWrapperAbstract |
---|
checkValid, getPointer, hashCode, isValid, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public EGLDisplay getDisplay()
public EGLConfig getConfig()
public void destroy() throws LWJGLException
LWJGLException
public int getAttribute(int attribute) throws LWJGLException
attribute
- the surface attribute
LWJGLException
public void swapBuffers() throws LWJGLException, PowerManagementEventException
LWJGLException
PowerManagementEventException
public boolean equals(java.lang.Object obj)
equals
in class PointerWrapperAbstract
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |