Tao.Glfw SDK Documentation

Glfw.glfwLoadMemoryTexture2D Method 

[Visual Basic]
Public Shared Function glfwLoadMemoryTexture2D( _
   ByVal data As IntPtr, _
   ByVal size As Integer, _
   ByVal flags As Integer _
) As Integer
[C#]
public static int glfwLoadMemoryTexture2D(
   IntPtr data,
   int size,
   int flags
);

See Also

Glfw Class | Tao.Glfw Namespace