glfwGetEGLSurface

Returns the EGLSurface of the specified window.

version(GLFW_EXPOSE_NATIVE_EGL)
export extern (C) @nogc nothrow __gshared
EGLSurface
glfwGetEGLSurface
(
GLFWwindow* window
)

Return Value

Type: EGLSurface

The EGLSurface of the specified window, or EGL_NO_SURFACE 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