C# Class OpenTK.Platform.Egl.EglWinPlatformFactory

Inheritance: OpenTK.Platform.Windows.WinFactory
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
CreateGLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
CreateGLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
CreateGraphicsMode ( ) : IGraphicsMode

Private Methods

Méthode Description
GetDisplay ( IntPtr dc ) : IntPtr

Method Details

CreateGLContext() public méthode

public CreateGLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
handle ContextHandle
window IWindowInfo
shareContext IGraphicsContext
directRendering bool
major int
minor int
flags GraphicsContextFlags
Résultat IGraphicsContext

CreateGLContext() public méthode

public CreateGLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shareContext, bool directRendering, int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
mode OpenTK.Graphics.GraphicsMode
window IWindowInfo
shareContext IGraphicsContext
directRendering bool
major int
minor int
flags GraphicsContextFlags
Résultat IGraphicsContext

CreateGetCurrentGraphicsContext() public méthode

public CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
Résultat GraphicsContext.GetCurrentContextDelegate

CreateGraphicsMode() public méthode

public CreateGraphicsMode ( ) : IGraphicsMode
Résultat IGraphicsMode