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