Property | Type | Description | |
---|---|---|---|
DestroyContext | void | ||
Dispose | void | ||
Init | void | ||
SetGraphicsModePFD | void | ||
WinGLContext | System |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetAddress ( string function_string ) : |
||
LoadAll ( ) : void | ||
MakeCurrent ( IWindowInfo window ) : void | ||
SwapBuffers ( ) : void | ||
ToString ( ) : string |
Returns a System.String describing this OpenGL context.
|
|
WinGLContext ( ContextHandle handle, |
||
WinGLContext ( OpenTK.Graphics.GraphicsMode format, |
Method | Description | |
---|---|---|
DestroyContext ( ) : void | ||
Dispose ( bool calledManually ) : void | ||
Init ( ) : void | ||
SetGraphicsModePFD ( OpenTK.Graphics.GraphicsMode mode, |
||
WinGLContext ( ) : System |
public GetAddress ( string function_string ) : |
||
function_string | string | |
return |
public MakeCurrent ( IWindowInfo window ) : void | ||
window | IWindowInfo | |
return | void |
public WinGLContext ( ContextHandle handle, |
||
handle | ContextHandle | |
window | ||
sharedContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
return | System |
public WinGLContext ( OpenTK.Graphics.GraphicsMode format, |
||
format | OpenTK.Graphics.GraphicsMode | |
window | ||
sharedContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
return | System |