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 TypeMethodDescriptionvoid
destroy()
boolean
void
makeCurrent
(EGLSurface surface) void
makeCurrent
(EGLSurface draw, EGLSurface read) void
setDisplay
(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:
equals
in classPointerWrapperAbstract
-