parin.bindings.gf.glfw3

The glfw3 module provides access to the glfw3.h functions.

Types 1

Functions 2

fnvoid glfwSwapInterval(int interval) nothrow @nogc extern(C)Sets the swap interval for the current context.
fnvoid glfwMakeContextCurrent(GLFWwindow * window) nothrow @nogc extern(C)Makes the OpenGL or OpenGL ES context of the specified window current on the calling thread.