Method |
Description |
|
ChooseFBConfig ( IntPtr dpy, int screen, int attriblist, int &fbount ) : IntPtr* |
|
|
ChooseVisual ( IntPtr dpy, int screen, IntPtr attriblist ) : IntPtr |
|
|
ChooseVisual ( IntPtr dpy, int screen, int &attriblist ) : IntPtr |
|
|
CreateContext ( IntPtr dpy, IntPtr vis, IntPtr shareList, bool direct ) : IntPtr |
|
|
CreateContext ( IntPtr dpy, XVisualInfo &vis, IntPtr shareList, bool direct ) : IntPtr |
|
|
DestroyContext ( IntPtr dpy, IntPtr context ) : void |
|
|
GetConfig ( IntPtr dpy, XVisualInfo &vis, GLXAttribute attrib, int &value ) : int |
|
|
GetCurrentContext ( ) : IntPtr |
|
|
GetExtensionDelegate ( string name, Type signature ) : Delegate |
Creates a System.Delegate that can be used to call a dynamically exported OpenGL function. |
|
GetProcAddress ( [ procName ) : IntPtr |
|
|
GetVisualFromFBConfig ( IntPtr dpy, IntPtr fbconfig ) : IntPtr |
|
|
Glx ( ) : System |
|
|
IsDirect ( IntPtr dpy, IntPtr context ) : bool |
|
|
LoadDelegate ( string name, Type signature ) : Delegate |
Creates a System.Delegate that can be used to call an OpenGL function, core or extension. |
|
MakeCurrent ( IntPtr display, IntPtr drawable, IntPtr context ) : bool |
|
|
QueryExtension ( IntPtr dpy, int &errorBase, int &eventBase ) : bool |
|
|
QueryExtensionsStringInternal ( IntPtr dpy, int screen ) : IntPtr |
|
|
SwapBuffers ( IntPtr display, IntPtr drawable ) : void |
|
|