Method |
Description |
|
ChooseVisual ( IntPtr dpy, int screen, int attribList ) : IntPtr |
|
|
CreateContext ( IntPtr dpy, IntPtr vis, IntPtr shareList, bool direct ) : IntPtr |
|
|
DestroyContext ( IntPtr dpy, IntPtr drawable ) : void |
|
|
GetCurrentDisplay ( ) : IntPtr |
|
|
GetCurrentDrawable ( ) : IntPtr |
|
|
GetVideoSyncSGI ( uint count ) : int |
|
|
MakeCurrent ( IntPtr dpy, IntPtr drawable, IntPtr ctx ) : bool |
|
|
QueryVersion ( IntPtr dpy, int &maj, int &min ) : bool |
|
|
SwapBuffers ( IntPtr dpy, IntPtr drawable ) : void |
|
|
SwapIntervalEXT ( IntPtr dpy, IntPtr drawable, int interval ) : void |
|
|
SwapIntervalSGI ( int interval ) : int |
|
|
WaitVideoSyncSGI ( int divisor, int remainder, uint count ) : int |
|
|