Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
Sdl2GraphicsContext | System | ||
SetGLAttributes | void |
Method | 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 |
Method | 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 | |
return |
public MakeCurrent ( IWindowInfo window ) : void | ||
window | IWindowInfo | |
return | 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 | |
return | System |