C# Class OpenTK.Platform.MacOS.AglContext

Inheritance: OpenTK.Graphics.GraphicsContextBase
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AglContext() public méthode

public AglContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext ) : System
handle ContextHandle
window IWindowInfo
shareContext IGraphicsContext
Résultat System

AglContext() public méthode

public AglContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext ) : System
mode OpenTK.Graphics.GraphicsMode
window IWindowInfo
shareContext IGraphicsContext
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetAddress() public méthode

public GetAddress ( string function ) : IntPtr
function string
Résultat System.IntPtr

MakeCurrent() public méthode

public MakeCurrent ( IWindowInfo window ) : void
window IWindowInfo
Résultat void

SwapBuffers() public méthode

public SwapBuffers ( ) : void
Résultat void

Update() public méthode

public Update ( IWindowInfo window ) : void
window IWindowInfo
Résultat void