public static void windowHint(GLFWAttribute hint, int value) { Glfwint.windowHint((int)hint, value); }
public static int getWindowAttrib(GLFWwindow window, GLFWAttribute attrib) { return(Glfwint.getWindowAttrib(window.handle, (int)attrib)); }