glfwGetGLXWindow

Returns the GLXWindow of the specified window.

version(GLFW_EXPOSE_NATIVE_GLX)
export extern (C) @nogc nothrow __gshared
GLXWindow
glfwGetGLXWindow
(
GLFWwindow* window
)

Return Value

Type: GLXWindow

The GLXWindow of the specified window, or None if an error occurred.

Thread Safety

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

Meta

Since

Added in version 3.2.

Ingroup: native