EGLNativeWindowType

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias EGLNativeWindowType = HWND
  2. alias EGLNativeWindowType = id
  3. alias EGLNativeWindowType = Window
    version(!_GLFW_WIN32 && !_GLFW_COCOA && _GLFW_X11)
    extern (C) @nogc nothrow __gshared
    alias EGLNativeWindowType = Window
  4. alias EGLNativeWindowType = wl_egl_window*

Meta