Свойство | Type | Description | |
---|---|---|---|
Dispose | void | ||
Sdl2GraphicsContext | System | ||
SetGLAttributes | void |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAddress ( string function ) : |
||
MakeCurrent ( IWindowInfo window ) : void | ||
Sdl2GraphicsContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo win, IGraphicsContext shareContext, int major, int minor, OpenTK flags ) : System | ||
SwapBuffers ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool manual ) : void | ||
Sdl2GraphicsContext ( IWindowInfo window ) : System | ||
SetGLAttributes ( OpenTK.Graphics.GraphicsMode mode, IGraphicsContext shareContext, int major, int minor, GraphicsContextFlags flags ) : void |
public GetAddress ( string function ) : |
||
function | string | |
Résultat |
public MakeCurrent ( IWindowInfo window ) : void | ||
window | IWindowInfo | |
Résultat | void |
public Sdl2GraphicsContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo win, IGraphicsContext shareContext, int major, int minor, OpenTK flags ) : System | ||
mode | OpenTK.Graphics.GraphicsMode | |
win | IWindowInfo | |
shareContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | OpenTK | |
Résultat | System |