C# 클래스 OpenTK.Platform.MacOS.AglContext

상속: OpenTK.Graphics.GraphicsContextBase
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
AglContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext ) : System
AglContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext ) : System
Dispose ( ) : void
GetAddress ( string function ) : IntPtr
MakeCurrent ( IWindowInfo window ) : void
SwapBuffers ( ) : void
Update ( IWindowInfo window ) : void

비공개 메소드들

메소드 설명
AddPixelAttrib ( List aglAttributes, Agl pixelFormatAttribute ) : void
AddPixelAttrib ( List aglAttributes, Agl pixelFormatAttribute, int value ) : void
CreateContext ( OpenTK.Graphics.GraphicsMode mode, CarbonWindowInfo carbonWindow, IntPtr shareContextRef, bool fullscreen ) : void
Dispose ( bool disposing ) : void
GetCarbonWindow ( CarbonWindowInfo carbonWindow ) : CarbonGLNative
GetQuartzDevice ( CarbonWindowInfo carbonWindow ) : IntPtr
GetWindowPortForWindowInfo ( CarbonWindowInfo carbonWindow ) : IntPtr
MyAGLReportError ( string function ) : void
NSAddressOfSymbol ( IntPtr symbol ) : IntPtr
NSIsSymbolNameDefined ( string s ) : bool
NSLookupAndBindSymbol ( string s ) : IntPtr
SetBufferRect ( CarbonWindowInfo carbonWindow ) : void
SetDrawable ( CarbonWindowInfo carbonWindow ) : void
SetFullScreen ( CarbonWindowInfo info, int &width, int &height ) : void
UnsetFullScreen ( CarbonWindowInfo windowInfo ) : void

메소드 상세

AglContext() 공개 메소드

public AglContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext ) : System
handle ContextHandle
window IWindowInfo
shareContext IGraphicsContext
리턴 System

AglContext() 공개 메소드

public AglContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext ) : System
mode OpenTK.Graphics.GraphicsMode
window IWindowInfo
shareContext IGraphicsContext
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAddress() 공개 메소드

public GetAddress ( string function ) : IntPtr
function string
리턴 System.IntPtr

MakeCurrent() 공개 메소드

public MakeCurrent ( IWindowInfo window ) : void
window IWindowInfo
리턴 void

SwapBuffers() 공개 메소드

public SwapBuffers ( ) : void
리턴 void

Update() 공개 메소드

public Update ( IWindowInfo window ) : void
window IWindowInfo
리턴 void