|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
Hack to allow inject a EGL termination call. More...
Public Member Functions | |
| long | eglGetAndInitDisplay (final long[] nativeDisplayID, final int[] major, final int[] minor) |
Implementation should issue an EGL.eglGetDisplay(nativeDisplayID) inclusive EGL.eglInitialize(eglDisplayHandle, ..) call. More... | |
| void | eglTerminate (long eglDisplayHandle) |
Implementation should issue an EGL.eglTerminate(eglDisplayHandle) call. More... | |
Hack to allow inject a EGL termination call.
FIXME: This shall be removed when relocated EGL to the nativewindow package, since then it can be utilized directly.
Definition at line 61 of file EGLGraphicsDevice.java.
| long com.jogamp.nativewindow.egl.EGLGraphicsDevice.EGLDisplayLifecycleCallback.eglGetAndInitDisplay | ( | final long[] | nativeDisplayID, |
| final int[] | major, | ||
| final int[] | minor | ||
| ) |
Implementation should issue an EGL.eglGetDisplay(nativeDisplayID) inclusive EGL.eglInitialize(eglDisplayHandle, ..) call.
| nativeDisplayID | in/out array of size 1, passing the requested nativeVisualID, may return a different revised nativeVisualID handle |
| major | out array for EGL major version |
| minor | out array for EGL minor version |
0 if not successful | void com.jogamp.nativewindow.egl.EGLGraphicsDevice.EGLDisplayLifecycleCallback.eglTerminate | ( | long | eglDisplayHandle | ) |
Implementation should issue an EGL.eglTerminate(eglDisplayHandle) call.
| eglDisplayHandle |