C# Class NewTOAPIA.GL.GLExtensions

Mostrar archivo Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method Description
GLExtensions ( GraphicsInterface gi ) : System
IsExtensionAvailable ( string extension ) : bool
LoadExtension ( String functionName, Type delegateType, bool &foundFunction ) : Delegate

Private Methods

Method Description
LoadFunction ( ) : void

Method Details

GLExtensions() public method

public GLExtensions ( GraphicsInterface gi ) : System
gi GraphicsInterface
return System

IsExtensionAvailable() public method

public IsExtensionAvailable ( string extension ) : bool
extension string
return bool

LoadExtension() public method

public LoadExtension ( String functionName, Type delegateType, bool &foundFunction ) : Delegate
functionName String
delegateType System.Type
foundFunction bool
return System.Delegate