C# Class OpenTK.Platform.X11.X11Factory

Inheritance: PlatformFactoryBase
Afficher le fichier Open project: andykorth/opentk Class Usage Examples

Méthodes publiques

Méthode Description
CreateDisplayDeviceDriver ( ) : IDisplayDeviceDriver
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
CreateGamePadDriver ( ) : OpenTK.Input.IGamePadDriver
CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
CreateGraphicsMode ( ) : IGraphicsMode
CreateKeyboardDriver ( ) : OpenTK.Input.IKeyboardDriver2
CreateMouseDriver ( ) : OpenTK.Input.IMouseDriver2
CreateNativeWindow ( int x, int y, int width, int height, string title, OpenTK.Graphics.GraphicsMode mode, GameWindowFlags options, DisplayDevice device ) : INativeWindow
Dispose ( ) : void
X11Factory ( ) : System

Private Methods

Méthode Description
Dispose ( bool manual ) : void

Method Details

CreateDisplayDeviceDriver() public méthode

public CreateDisplayDeviceDriver ( ) : IDisplayDeviceDriver
Résultat IDisplayDeviceDriver

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

CreateGamePadDriver() public méthode

public CreateGamePadDriver ( ) : OpenTK.Input.IGamePadDriver
Résultat OpenTK.Input.IGamePadDriver

CreateGetCurrentGraphicsContext() public méthode

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

CreateGraphicsMode() public méthode

public CreateGraphicsMode ( ) : IGraphicsMode
Résultat IGraphicsMode

CreateKeyboardDriver() public méthode

public CreateKeyboardDriver ( ) : OpenTK.Input.IKeyboardDriver2
Résultat OpenTK.Input.IKeyboardDriver2

CreateMouseDriver() public méthode

public CreateMouseDriver ( ) : OpenTK.Input.IMouseDriver2
Résultat OpenTK.Input.IMouseDriver2

CreateNativeWindow() public méthode

public CreateNativeWindow ( int x, int y, int width, int height, string title, OpenTK.Graphics.GraphicsMode mode, GameWindowFlags options, DisplayDevice device ) : INativeWindow
x int
y int
width int
height int
title string
mode OpenTK.Graphics.GraphicsMode
options GameWindowFlags
device DisplayDevice
Résultat INativeWindow

Dispose() public méthode

public Dispose ( ) : void
Résultat void

X11Factory() public méthode

public X11Factory ( ) : System
Résultat System