C# Class NDesk.Graphics.GLArea

Inheritance: Gtk.DrawingArea
Mostra file Open project: mono/gtkglarea-sharp

Public Properties

Property Type Description
AutoMakeCurrent bool
AutoSwapBuffers bool

Public Methods

Method Description
GLArea ( ) : System
GLArea ( int attrlist ) : System
MakeCurrent ( ) : int
SwapBuffers ( ) : void

Private Methods

Method Description
ChooseVisual ( int attrlist ) : Gdk.Visual
XGetVisualInfo ( IntPtr display, int vinfo_mask, XVisualInfo vinfo_template, int &nitems_return ) : XVisualInfo
XVisualIDFromVisual ( IntPtr visual ) : IntPtr
gdk_x11_display_get_xdisplay ( IntPtr raw ) : IntPtr
gdk_x11_drawable_get_xdisplay ( IntPtr raw ) : IntPtr
gdk_x11_drawable_get_xid ( IntPtr raw ) : IntPtr
gdk_x11_visual_get_xvisual ( IntPtr raw ) : IntPtr
glXCreateContext ( IntPtr dpy, XVisualInfo vis, IntPtr shareList, bool direct ) : IntPtr
glXMakeCurrent ( IntPtr dpy, IntPtr drawable, IntPtr ctx ) : int
glXSwapBuffers ( IntPtr dpy, IntPtr drawable ) : void

Method Details

GLArea() public method

public GLArea ( ) : System
return System

GLArea() public method

public GLArea ( int attrlist ) : System
attrlist int
return System

MakeCurrent() public method

public MakeCurrent ( ) : int
return int

SwapBuffers() public method

public SwapBuffers ( ) : void
return void

Property Details

AutoMakeCurrent public_oe property

public bool AutoMakeCurrent
return bool

AutoSwapBuffers public_oe property

public bool AutoSwapBuffers
return bool