Tao.Platform.X11 SDK Documentation

Glx.glXChooseFBConfig Method (IntPtr, Int32, Int32*, Int32*)

[Visual Basic]
Overloads Public Shared Function glXChooseFBConfig( _
   ByVal dpy As IntPtr, _
   ByVal screen As Integer, _
   ByVal attrib_list As Int32*, _
   ByVal nelements As Int32* _
) As IntPtr
[C#]
public static IntPtr glXChooseFBConfig(
   IntPtr dpy,
   int screen,
   Int32* attrib_list,
   Int32* nelements
);

See Also

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