C# 클래스 Axiom.RenderSystems.OpenGL.GLSupport

Summary description for GLSupport.
상속: Axiom.RenderSystems.OpenGL.BaseGLSupport
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetFSAALevels ( ) : void
_configOptionChanged ( string name, string value ) : void
_initializeWgl ( ) : void
_refreshConfig ( ) : void

메소드 상세

AddConfig() 공개 메소드

public AddConfig ( ) : void
리턴 void

CreateWindow() 공개 메소드

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

GLSupport() 공개 메소드

public GLSupport ( ) : System
리턴 System

GetProcAddress() 공개 메소드

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

NewWindow() 공개 메소드

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

SelectPixelFormat() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void