Tao.Glfw SDK Documentation

Glfw.glfwCreateThread Method 

[Visual Basic]
Public Shared Function glfwCreateThread( _
   ByVal fun As GLFWthreadfun, _
   ByVal arg As IntPtr _
) As Integer
[C#]
public static int glfwCreateThread(
   GLFWthreadfun fun,
   IntPtr arg
);

See Also

Glfw Class | Tao.Glfw Namespace