Returns the native handle of the wrapped EGL object.
Syntax
[get: Android.Runtime.Register("getNativeHandle", "()J", "GetGetNativeHandleHandler")] public virtual longNativeHandle { get; }
Value
Documentation for this section has not yet been entered.
Remarks
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;