PointerWrapperpublic final class EGLConfig extends PointerWrapperAbstract
pointer| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object obj) |
|
int |
getAttribute(int attribute) |
Returns the value of the specified EGL config attribute.
|
int |
getConfigID() |
Returns the EGL_CONFIG_ID attribute of this EGLConfig.
|
EGLDisplay |
getDisplay() |
Returns the EGL display from which this EGL config was retrieved.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcheckValid, getPointer, hashCode, isValidpublic EGLDisplay getDisplay()
public int getConfigID()
public int getAttribute(int attribute)
throws LWJGLException
attribute - the attributeLWJGLExceptionpublic boolean equals(Object obj)
equals in class PointerWrapperAbstractpublic String toString()
toString in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.