pub unsafe extern "C" fn glfwGetEGLSurface(
window: *mut GLFWwindow,
) -> *mut c_voidExpand description
@brief Returns the EGLSurface of the specified window.
@return The EGLSurface of the specified window, or EGL_NO_SURFACE if an
error occurred.
@errors Possible errors include @ref GLFW_NOT_INITIALIZED and @ref GLFW_NO_WINDOW_CONTEXT.
@thread_safety This function may be called from any thread. Access is not synchronized.
@since Added in version 3.0.
@ingroup native