C# 클래스 NewTOAPIA.GL.GLExtensions

파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
GLExtensions ( GraphicsInterface gi ) : System
IsExtensionAvailable ( string extension ) : bool
LoadExtension ( String functionName, Type delegateType, bool &foundFunction ) : Delegate

비공개 메소드들

메소드 설명
LoadFunction ( ) : void

메소드 상세

GLExtensions() 공개 메소드

public GLExtensions ( GraphicsInterface gi ) : System
gi GraphicsInterface
리턴 System

IsExtensionAvailable() 공개 메소드

public IsExtensionAvailable ( string extension ) : bool
extension string
리턴 bool

LoadExtension() 공개 메소드

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