C# Class OpenTK.Platform.MacOS.AglContext

Inheritance: OpenTK.Graphics.GraphicsContextBase
Mostra file Open project: andykorth/opentk Class Usage Examples

Public Methods

Method 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

Method 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 method

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

AglContext() public method

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

Dispose() public method

public Dispose ( ) : void
return void

GetAddress() public method

public GetAddress ( string function ) : IntPtr
function string
return System.IntPtr

MakeCurrent() public method

public MakeCurrent ( IWindowInfo window ) : void
window IWindowInfo
return void

SwapBuffers() public method

public SwapBuffers ( ) : void
return void

Update() public method

public Update ( IWindowInfo window ) : void
window IWindowInfo
return void