parin.bindings.gf.glfw3
The glfw3 module provides access to the glfw3.h functions.
Types 1
structGLFWwindow
Functions 2
fn
void glfwSwapInterval(int interval) nothrow @nogc extern(C)Sets the swap interval for the current context.fn
void glfwMakeContextCurrent(GLFWwindow * window) nothrow @nogc extern(C)Makes the OpenGL or OpenGL ES context of the specified window current on the calling thread.