Метод | Описание | |
---|---|---|
CreateContext ( bool direct, IGraphicsContext source ) : void | ||
Dispose ( ) : void | ||
DummyGLContext ( ) : System | ||
DummyGLContext ( ContextHandle handle ) : System | ||
GetAddress ( string function ) : |
||
LoadAll ( ) : void | ||
MakeCurrent ( IWindowInfo info ) : void | ||
SwapBuffers ( ) : void | ||
Update ( IWindowInfo window ) : void |
public CreateContext ( bool direct, IGraphicsContext source ) : void | ||
direct | bool | |
source | IGraphicsContext | |
Результат | void |
public DummyGLContext ( 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 |