C# Class Axiom.RenderSystems.OpenGL.GLSupport

Summary description for GLSupport.
Inheritance: Axiom.RenderSystems.OpenGL.BaseGLSupport
显示文件 Open project: WolfgangSt/axiom Class Usage Examples

Public Methods

Method 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

Method Description
GetFSAALevels ( ) : void
_configOptionChanged ( string name, string value ) : void
_initializeWgl ( ) : void
_refreshConfig ( ) : void

Method Details

AddConfig() public method

public AddConfig ( ) : void
return void

CreateWindow() public method

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

GLSupport() public method

public GLSupport ( ) : System
return System

GetProcAddress() public method

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

NewWindow() public method

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
return Axiom.Graphics.RenderWindow

SelectPixelFormat() public method

public SelectPixelFormat ( IntPtr hdc, int colorDepth, int multisample ) : bool
hdc System.IntPtr
colorDepth int
multisample int
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void