glfwGetEGLDisplay

Returns the EGLDisplay used by GLFW.

version(GLFW_EXPOSE_NATIVE_EGL)
export extern (C) @nogc nothrow __gshared
EGLDisplay
glfwGetEGLDisplay
()

Return Value

Type: EGLDisplay

The EGLDisplay used by GLFW, or EGL_NO_DISPLAY if an error occurred.

Thread Safety

This function may be called from any thread. Access is not synchronized.

Meta

Since

Added in version 3.0.

Ingroup: native