C# Class Axiom.RenderSystems.OpenGL.GLSupport

Summary description for GLSupport.
Inheritance: Axiom.RenderSystems.OpenGL.BaseGLSupport
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
AddConfig ( ) : void

CreateWindow ( bool autoCreateWindow, GLRenderSystem renderSystem, string windowTitle ) : Axiom.Graphics.RenderWindow

GLSupport ( ) : System
GetProcAddress ( string extension ) : IntPtr

Returns the pointer to the specified extension function in the GL driver.

NewWindow ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : Axiom.Graphics.RenderWindow

SelectPixelFormat ( IntPtr hdc, int colorDepth, int multisample ) : bool
Start ( ) : void
Stop ( ) : void

Private Methods

Méthode Description
GetFSAALevels ( ) : void
_configOptionChanged ( string name, string value ) : void
_initializeWgl ( ) : void
_refreshConfig ( ) : void

Method Details

AddConfig() public méthode

public AddConfig ( ) : void
Résultat void

CreateWindow() public méthode

public CreateWindow ( bool autoCreateWindow, GLRenderSystem renderSystem, string windowTitle ) : Axiom.Graphics.RenderWindow
autoCreateWindow bool
renderSystem GLRenderSystem
windowTitle string
Résultat Axiom.Graphics.RenderWindow

GLSupport() public méthode

public GLSupport ( ) : System
Résultat System

GetProcAddress() public méthode

Returns the pointer to the specified extension function in the GL driver.
public GetProcAddress ( string extension ) : IntPtr
extension string
Résultat System.IntPtr

NewWindow() public méthode

public NewWindow ( string name, int width, int height, bool fullScreen, NamedParameterList miscParams ) : Axiom.Graphics.RenderWindow
name string
width int
height int
fullScreen bool
miscParams NamedParameterList
Résultat Axiom.Graphics.RenderWindow

SelectPixelFormat() public méthode

public SelectPixelFormat ( IntPtr hdc, int colorDepth, int multisample ) : bool
hdc System.IntPtr
colorDepth int
multisample int
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void