EGLHandle
interface EGLHandle
EGLImageKHR |
EGLImageKHR is an object which can be used to create EGLImage target resources (inside client APIs). |
EGLSyncKHR |
EGLHandle to wrap native EGLSync objects. |
Interface used to wrap native EGL objects to create type safe objects
Summary
Public properties |
|
|---|---|
Long |
Returns the native handle of the wrapped EGL object. |
Public properties
nativeHandle
Added in 1.0.4
val nativeHandle: Long
Returns the native handle of the wrapped EGL object. This handle can be cast to the corresponding native type on the native side.
For example, EGLDisplay dpy = (EGLDisplay)handle;
| Returns | |
|---|---|
Long |
the native handle of the wrapped EGL object. |