Tao.Glfw SDK Documentation |
|
Glfw.glfwGetVersion Method
[Visual Basic]
Public Shared Sub glfwGetVersion( _
ByRef
major As
Integer, _
ByRef
minor As
Integer, _
ByRef
revision As
Integer _
)
[C#]
public static
void glfwGetVersion(
out
int major,
out
int minor,
out
int revision);
See Also
Glfw Class | Tao.Glfw Namespace