Package org.lwjgl.opengles
Class EGLConfig
java.lang.Object
org.lwjgl.PointerWrapperAbstract
org.lwjgl.opengles.EGLConfig
- All Implemented Interfaces:
PointerWrapper
EGLConfig wrapper class.
-
Field Summary
Fields inherited from class org.lwjgl.PointerWrapperAbstract
pointer
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getAttribute
(int attribute) Returns the value of the specified EGL config attribute.int
Returns the EGL_CONFIG_ID attribute of this EGLConfig.Returns the EGL display from which this EGL config was retrieved.toString()
Methods inherited from class org.lwjgl.PointerWrapperAbstract
checkValid, getPointer, hashCode, isValid
-
Method Details
-
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
Returns the value of the specified EGL config attribute.- Parameters:
attribute
- the attribute- Returns:
- the attribute value
- Throws:
LWJGLException
-
equals
- Overrides:
equals
in classPointerWrapperAbstract
-
toString
- Overrides:
toString
in classPointerWrapperAbstract
-