Tao.Glfw SDK Documentation

Glfw.glfwInit Method 

Initializes GLFW.

[Visual Basic]
Public Shared Function glfwInit() As Integer
[C#]
public static int glfwInit();

Return Value

On success GL_TRUE is returned; otherwise GL_FALSE.

Remarks

No other GLFW functions may be used before this function has been called.

This function may take several seconds to complete on some systems, while on other systems it may take only a fraction of a second to complete.

See Also

Glfw Class | Tao.Glfw Namespace