C# Класс OpenTK.Platform.MacOS.AglContext

Наследование: OpenTK.Graphics.GraphicsContextBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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