프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DestroyContext | void | ||
Dispose | void | ||
Init | void | ||
SetGraphicsModePFD | void | ||
WinGLContext | System |
메소드 | 설명 | |
---|---|---|
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, |
메소드 | 설명 | |
---|---|---|
DestroyContext ( ) : void | ||
Dispose ( bool calledManually ) : void | ||
Init ( ) : void | ||
SetGraphicsModePFD ( OpenTK.Graphics.GraphicsMode mode, |
||
WinGLContext ( ) : System |
public GetAddress ( string function_string ) : |
||
function_string | string | |
리턴 |
public WinGLContext ( ContextHandle handle, |
||
handle | ContextHandle | |
window | ||
sharedContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
리턴 | System |
public WinGLContext ( OpenTK.Graphics.GraphicsMode format, |
||
format | OpenTK.Graphics.GraphicsMode | |
window | ||
sharedContext | IGraphicsContext | |
major | int | |
minor | int | |
flags | GraphicsContextFlags | |
리턴 | System |