Tao.Platform.X11 SDK Documentation

Glx.glXMakeCurrent Method 

[Visual Basic]
Public Shared Function glXMakeCurrent( _
   ByVal display As IntPtr, _
   ByVal drawable As IntPtr, _
   ByVal context As IntPtr _
) As Boolean
[C#]
public static bool glXMakeCurrent(
   IntPtr display,
   IntPtr drawable,
   IntPtr context
);

See Also

Glx Class | Tao.Platform.X11 Namespace