C# Class GtkGL.GdkGLContext

Inheritance: GLib.Opaque
Afficher le fichier Open project: mono/gtkglarea-sharp

Méthodes publiques

Méthode Description
AttrlistShareNew ( int &attrlist, GtkGL sharelist, int direct ) : GtkGL.GdkGLContext
GdkGLContext ( Gdk visual ) : System
GdkGLContext ( IntPtr raw ) : System
ShareNew ( Gdk visual, GtkGL sharelist, int direct ) : GtkGL.GdkGLContext

Méthodes protégées

Méthode Description
Ref ( IntPtr raw ) : void
Unref ( IntPtr raw ) : void

Private Methods

Méthode Description
gdk_gl_context_attrlist_share_new ( int &attrlist, IntPtr sharelist, int direct ) : IntPtr
gdk_gl_context_new ( IntPtr visual ) : IntPtr
gdk_gl_context_ref ( IntPtr raw ) : IntPtr
gdk_gl_context_share_new ( IntPtr visual, IntPtr sharelist, int direct ) : IntPtr
gdk_gl_context_unref ( IntPtr raw ) : void

Method Details

AttrlistShareNew() public static méthode

public static AttrlistShareNew ( int &attrlist, GtkGL sharelist, int direct ) : GtkGL.GdkGLContext
attrlist int
sharelist GtkGL
direct int
Résultat GtkGL.GdkGLContext

GdkGLContext() public méthode

public GdkGLContext ( Gdk visual ) : System
visual Gdk
Résultat System

GdkGLContext() public méthode

public GdkGLContext ( IntPtr raw ) : System
raw System.IntPtr
Résultat System

Ref() protected méthode

protected Ref ( IntPtr raw ) : void
raw System.IntPtr
Résultat void

ShareNew() public static méthode

public static ShareNew ( Gdk visual, GtkGL sharelist, int direct ) : GtkGL.GdkGLContext
visual Gdk
sharelist GtkGL
direct int
Résultat GtkGL.GdkGLContext

Unref() protected méthode

protected Unref ( IntPtr raw ) : void
raw System.IntPtr
Résultat void