C# Класс OpenTK.Platform.Egl.EglX11PlatformFactory

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

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

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

Описание методов

CreateGLContext() публичный Метод

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
Результат IGraphicsContext

CreateGLContext() публичный Метод

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
Результат IGraphicsContext

CreateGetCurrentGraphicsContext() публичный Метод

public CreateGetCurrentGraphicsContext ( ) : GraphicsContext.GetCurrentContextDelegate
Результат GraphicsContext.GetCurrentContextDelegate