C# Class Pencil.Gaming.GLFWContextForOpenTK

Inheritance: OpenTK.Platform.External.ExternalGraphicsContext
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
CreateCurrentContextDel ( ) : GraphicsContext.GetCurrentContextDelegate
Dispose ( ) : void
GLFWContextForOpenTK ( ContextHandle handle ) : System
GetAddress ( string function ) : IntPtr
MakeCurrent ( IWindowInfo info ) : void
SwapBuffers ( ) : void
Update ( IWindowInfo window ) : void

Method Details

CreateCurrentContextDel() public méthode

public CreateCurrentContextDel ( ) : GraphicsContext.GetCurrentContextDelegate
Résultat GraphicsContext.GetCurrentContextDelegate

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GLFWContextForOpenTK() public méthode

public GLFWContextForOpenTK ( ContextHandle handle ) : System
handle ContextHandle
Résultat System

GetAddress() public méthode

public GetAddress ( string function ) : IntPtr
function string
Résultat System.IntPtr

MakeCurrent() public méthode

public MakeCurrent ( IWindowInfo info ) : void
info IWindowInfo
Résultat void

SwapBuffers() public méthode

public SwapBuffers ( ) : void
Résultat void

Update() public méthode

public Update ( IWindowInfo window ) : void
window IWindowInfo
Résultat void