C# 클래스 OpenTK.Platform.Egl.EglX11PlatformFactory

상속: OpenTK.Platform.X11.X11Factory
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

공개 메소드들

메소드 설명
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