Tao.Platform.X11 SDK Documentation

Glx.glXCreateWindow Method (IntPtr, IntPtr, Int32, Int32[])

[Visual Basic]
Overloads Public Shared Function glXCreateWindow( _
   ByVal dpy As IntPtr, _
   ByVal config As IntPtr, _
   ByVal win As Integer, _
   ByVal attrib_list As Integer() _
) As Integer
[C#]
public static int glXCreateWindow(
   IntPtr dpy,
   IntPtr config,
   int win,
   int[] attrib_list
);

See Also

Glx Class | Tao.Platform.X11 Namespace | Glx.glXCreateWindow Overload List