Метод | Описание | |
---|---|---|
CreateCurrentContextDel ( ) : GraphicsContext.GetCurrentContextDelegate | ||
Dispose ( ) : void | ||
GLFWContextForOpenTK ( ContextHandle handle ) : System | ||
GetAddress ( string function ) : |
||
MakeCurrent ( IWindowInfo info ) : void | ||
SwapBuffers ( ) : void | ||
Update ( IWindowInfo window ) : void |
public CreateCurrentContextDel ( ) : GraphicsContext.GetCurrentContextDelegate | ||
Результат | GraphicsContext.GetCurrentContextDelegate |
public GLFWContextForOpenTK ( ContextHandle handle ) : System | ||
handle | ContextHandle | |
Результат | System |
public GetAddress ( string function ) : |
||
function | string | |
Результат |
public MakeCurrent ( IWindowInfo info ) : void | ||
info | IWindowInfo | |
Результат | void |
public Update ( IWindowInfo window ) : void | ||
window | IWindowInfo | |
Результат | void |