Tao.Glfw SDK Documentation |
|
Glfw.glfwLoadTexture2D Method
[Visual Basic]
Public Shared Function glfwLoadTexture2D( _
ByVal
name As
String, _
ByVal
flags As
Integer _
) As
Integer
[C#]
public static
int glfwLoadTexture2D(
string name,
int flags);
See Also
Glfw Class | Tao.Glfw Namespace