Method | Description | |
---|---|---|
CheckError ( ) : void | ||
CheckError ( ErrorCode code ) : void | ||
Context ( IGraphicsContext context, IWindowInfo window ) : System | ||
MakeCurrent ( ) : bool |
Method | Description | |
---|---|---|
CheckVersion ( int major, int minor, int revision ) : bool | ||
Context ( ) : System | ||
IsEnabled ( EnableCap cap ) : bool | ||
Lock ( ) : |
||
RequireVersion ( int major, int minor ) : void | ||
SetEnabled ( EnableCap cap, bool value ) : void |
public static CheckError ( ErrorCode code ) : void | ||
code | ErrorCode | |
return | void |
public Context ( IGraphicsContext context, IWindowInfo window ) : System | ||
context | IGraphicsContext | |
window | IWindowInfo | |
return | System |