bindGLFW_Wayland

Undocumented in source.
version(BindGLFW_Static && !OSX && !Android && Posix)
static if(glfwSupport >= GLFWSupport.glfw32)
enum bindGLFW_Wayland = q{ extern(C) @nogc nothrow { wl_display* glfwGetWaylandDisplay(); wl_output* glfwGetWaylandMonitor(GLFWmonitor* monitor); wl_surface* glfwGetWaylandWindow(GLFWwindow* window); } };

Meta