Tao.Platform.X11 SDK Documentation

Glx.glXCopyContext Method 

[Visual Basic]
Public Shared Sub glXCopyContext( _
   ByVal dpy As IntPtr, _
   ByVal src As IntPtr, _
   ByVal dst As IntPtr, _
   ByVal mask As UInt64 _
)
[C#]
public static void glXCopyContext(
   IntPtr dpy,
   IntPtr src,
   IntPtr dst,
   ulong mask
);

See Also

Glx Class | Tao.Platform.X11 Namespace