Function glfw::ffi::glfwCreateWindowSurface[][src]

pub unsafe extern "C" fn glfwCreateWindowSurface(
    instance: VkInstance,
    window: *mut GLFWwindow,
    allocator: *const VkAllocationCallbacks,
    surface: *mut VkSurfaceKHR
) -> VkResult