Property | Type | Description | |
---|---|---|---|
Dispose | void |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EglContext ( ContextHandle handle, |
||
EglContext ( OpenTK.Graphics.GraphicsMode mode, |
||
GetAddress ( string function ) : |
||
MakeCurrent ( IWindowInfo window ) : void | ||
SwapBuffers ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool manual ) : void |
public EglContext ( ContextHandle handle, |
||
handle | ContextHandle | |
window | ||
sharedContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
return | System |
public EglContext ( OpenTK.Graphics.GraphicsMode mode, |
||
mode | OpenTK.Graphics.GraphicsMode | |
window | ||
sharedContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
return | System |
public GetAddress ( string function ) : |
||
function | string | |
return |
public MakeCurrent ( IWindowInfo window ) : void | ||
window | IWindowInfo | |
return | void |