Свойство | Type | Description | |
---|---|---|---|
Dispose | void | ||
SelectVisual | |||
SupportsExtension | bool |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAddress ( string function ) : |
||
LoadAll ( ) : void | ||
MakeCurrent ( IWindowInfo window ) : void | ||
SwapBuffers ( ) : void | ||
X11GLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System | ||
X11GLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool manuallyCalled ) : void | ||
SelectVisual ( OpenTK.Graphics.GraphicsMode mode, |
||
SupportsExtension ( |
public GetAddress ( string function ) : |
||
function | string | |
Résultat |
public MakeCurrent ( IWindowInfo window ) : void | ||
window | IWindowInfo | |
Résultat | void |
public X11GLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System | ||
handle | ContextHandle | |
window | IWindowInfo | |
shared | IGraphicsContext | |
direct | bool | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
Résultat | System |
public X11GLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System | ||
mode | OpenTK.Graphics.GraphicsMode | |
window | IWindowInfo | |
shared | IGraphicsContext | |
direct | bool | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
Résultat | System |