Tao.Platform.X11 SDK Documentation

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

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

See Also

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