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