C# Class NDesk.Graphics.GLArea

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: mono/gtkglarea-sharp

Méthodes publiques

Свойство Type Description
AutoMakeCurrent bool
AutoSwapBuffers bool

Méthodes publiques

Méthode Description
GLArea ( ) : System
GLArea ( int attrlist ) : System
MakeCurrent ( ) : int
SwapBuffers ( ) : void

Private Methods

Méthode 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 méthode

public GLArea ( ) : System
Résultat System

GLArea() public méthode

public GLArea ( int attrlist ) : System
attrlist int
Résultat System

MakeCurrent() public méthode

public MakeCurrent ( ) : int
Résultat int

SwapBuffers() public méthode

public SwapBuffers ( ) : void
Résultat void

Property Details

AutoMakeCurrent public_oe property

public bool AutoMakeCurrent
Résultat bool

AutoSwapBuffers public_oe property

public bool AutoSwapBuffers
Résultat bool