C# Class Glare.Graphics.Context

Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
CheckError ( ) : void
CheckError ( ErrorCode code ) : void
Context ( IGraphicsContext context, IWindowInfo window ) : System
MakeCurrent ( ) : bool

Private Methods

Méthode Description
CheckVersion ( int major, int minor, int revision ) : bool
Context ( ) : System
IsEnabled ( EnableCap cap ) : bool
Lock ( ) : ContextLock
RequireVersion ( int major, int minor ) : void
SetEnabled ( EnableCap cap, bool value ) : void

Method Details

CheckError() public static méthode

public static CheckError ( ) : void
Résultat void

CheckError() public static méthode

public static CheckError ( ErrorCode code ) : void
code ErrorCode
Résultat void

Context() public méthode

public Context ( IGraphicsContext context, IWindowInfo window ) : System
context IGraphicsContext
window IWindowInfo
Résultat System

MakeCurrent() public méthode

public MakeCurrent ( ) : bool
Résultat bool