Package org.lwjgl.opengles
Class EGLConfig
- java.lang.Object
-
- org.lwjgl.PointerWrapperAbstract
-
- org.lwjgl.opengles.EGLConfig
-
- All Implemented Interfaces:
PointerWrapper
public final class EGLConfig extends PointerWrapperAbstract
EGLConfig wrapper class.
-
-
Field Summary
-
Fields inherited from class org.lwjgl.PointerWrapperAbstract
pointer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)intgetAttribute(int attribute)Returns the value of the specified EGL config attribute.intgetConfigID()Returns the EGL_CONFIG_ID attribute of this EGLConfig.EGLDisplaygetDisplay()Returns the EGL display from which this EGL config was retrieved.StringtoString()-
Methods inherited from class org.lwjgl.PointerWrapperAbstract
checkValid, getPointer, hashCode, isValid
-
-
-
-
Method Detail
-
getDisplay
public EGLDisplay getDisplay()
Returns the EGL display from which this EGL config was retrieved.- Returns:
- the EGL display
-
getConfigID
public int getConfigID()
Returns the EGL_CONFIG_ID attribute of this EGLConfig.- Returns:
- the EGL_CONFIG_ID
-
getAttribute
public int getAttribute(int attribute) throws LWJGLExceptionReturns the value of the specified EGL config attribute.- Parameters:
attribute- the attribute- Returns:
- the attribute value
- Throws:
LWJGLException
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classPointerWrapperAbstract
-
toString
public String toString()
- Overrides:
toStringin classPointerWrapperAbstract
-
-