Function glfw::ffi::glfwCreateWindow [−][src]
pub unsafe extern "C" fn glfwCreateWindow(
width: c_int,
height: c_int,
title: *const c_char,
monitor: *mut GLFWmonitor,
share: *mut GLFWwindow
) -> *mut GLFWwindow
pub unsafe extern "C" fn glfwCreateWindow(
width: c_int,
height: c_int,
title: *const c_char,
monitor: *mut GLFWmonitor,
share: *mut GLFWwindow
) -> *mut GLFWwindow