parin.bindings.gf.glfw3

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

Types 1

Functions 2

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