EGLNativeDisplayType

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. alias EGLNativeDisplayType = HDC
  2. alias EGLNativeDisplayType = void*
  3. alias EGLNativeDisplayType = Display*
  4. alias EGLNativeDisplayType = wl_display*
    version(!_GLFW_WIN32 && !_GLFW_COCOA && !_GLFW_X11 && _GLFW_WAYLAND)
    extern (C) @nogc nothrow __gshared
    alias EGLNativeDisplayType = wl_display*

Meta