public final class EGLConfig extends PointerWrapperAbstract
pointer| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.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.
|
java.lang.String |
toString() |
checkValid, getPointer, hashCode, isValidpublic EGLDisplay getDisplay()
public int getConfigID()
public int getAttribute(int attribute)
throws LWJGLException
attribute - the attributeLWJGLExceptionpublic boolean equals(java.lang.Object obj)
equals in class PointerWrapperAbstractpublic java.lang.String toString()
toString in class PointerWrapperAbstractCopyright © 2002-2009 lwjgl.org. All Rights Reserved.