Package org.lwjgl.opengles
Class EGLContext
java.lang.Object
org.lwjgl.PointerWrapperAbstract
org.lwjgl.opengles.EGLContext
- All Implemented Interfaces:
PointerWrapper
EGLContext wrapper class.
-
Field Summary
Fields inherited from class org.lwjgl.PointerWrapperAbstract
pointer -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()booleanvoidmakeCurrent(EGLSurface surface) voidmakeCurrent(EGLSurface draw, EGLSurface read) voidsetDisplay(EGLDisplay display) Methods inherited from class org.lwjgl.PointerWrapperAbstract
checkValid, getPointer, hashCode, isValid, toString
-
Method Details
-
setDisplay
-
destroy
- Throws:
LWJGLException
-
makeCurrent
-
makeCurrent
public void makeCurrent(EGLSurface draw, EGLSurface read) throws LWJGLException, PowerManagementEventException -
equals
- Overrides:
equalsin classPointerWrapperAbstract
-