C# Class Axiom.RenderSystems.OpenGL.Win32Context

Inheritance: GLContext
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : GLContext
EndCurrent ( ) : void
SetCurrent ( ) : void
Win32Context ( IntPtr hDeviceContext, IntPtr hRenderingContext ) : System

Méthodes protégées

Méthode Description
dispose ( bool disposeManagedResources ) : void

Method Details

Clone() public méthode

public Clone ( ) : GLContext
Résultat GLContext

EndCurrent() public méthode

public EndCurrent ( ) : void
Résultat void

SetCurrent() public méthode

public SetCurrent ( ) : void
Résultat void

Win32Context() public méthode

public Win32Context ( IntPtr hDeviceContext, IntPtr hRenderingContext ) : System
hDeviceContext System.IntPtr
hRenderingContext System.IntPtr
Résultat System

dispose() protected méthode

protected dispose ( bool disposeManagedResources ) : void
disposeManagedResources bool
Résultat void