C# Class OpenTK.Platform.Egl.EglWindowInfo

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

Méthodes publiques

Méthode Description
CreateWindowSurface ( IntPtr config ) : void
DestroySurface ( ) : void
Dispose ( ) : void
EglWindowInfo ( IntPtr handle, IntPtr display ) : System
EglWindowInfo ( IntPtr handle, IntPtr display, IntPtr surface ) : System

Private Methods

Méthode Description
Dispose ( bool manual ) : void

Method Details

CreateWindowSurface() public méthode

public CreateWindowSurface ( IntPtr config ) : void
config System.IntPtr
Résultat void

DestroySurface() public méthode

public DestroySurface ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EglWindowInfo() public méthode

public EglWindowInfo ( IntPtr handle, IntPtr display ) : System
handle System.IntPtr
display System.IntPtr
Résultat System

EglWindowInfo() public méthode

public EglWindowInfo ( IntPtr handle, IntPtr display, IntPtr surface ) : System
handle System.IntPtr
display System.IntPtr
surface System.IntPtr
Résultat System