C# Class OpenTK.Platform.Egl.EglContext

Inheritance: EmbeddedGraphicsContext
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Private Properties

Свойство Type Description
Dispose void

Méthodes publiques

Méthode Description
Dispose ( ) : void
EglContext ( ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
EglContext ( OpenTK.Graphics.GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
GetAddress ( string function ) : IntPtr
MakeCurrent ( IWindowInfo window ) : void
SwapBuffers ( ) : void

Private Methods

Méthode Description
Dispose ( bool manual ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EglContext() public méthode

public EglContext ( ContextHandle handle, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
handle ContextHandle
window EglWindowInfo
sharedContext IGraphicsContext
major int
minor int
flags GraphicsContextFlags
Résultat System

EglContext() public méthode

public EglContext ( OpenTK.Graphics.GraphicsMode mode, EglWindowInfo window, IGraphicsContext sharedContext, int major, int minor, GraphicsContextFlags flags ) : System
mode OpenTK.Graphics.GraphicsMode
window EglWindowInfo
sharedContext IGraphicsContext
major int
minor int
flags GraphicsContextFlags
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 window ) : void
window IWindowInfo
Résultat void

SwapBuffers() public méthode

public SwapBuffers ( ) : void
Résultat void