C# 클래스 OpenTK.Platform.X11.X11GLContext

Provides methods to create and control an opengl context on the X11 platform. This class supports OpenTK, and is not intended for use by OpenTK programs.
상속: DesktopGraphicsContext
파일 보기 프로젝트 열기: andykorth/opentk 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dispose void
SelectVisual XVisualInfo
SupportsExtension bool

공개 메소드들

메소드 설명
Dispose ( ) : void
GetAddress ( string function ) : IntPtr
LoadAll ( ) : void
MakeCurrent ( IWindowInfo window ) : void
SwapBuffers ( ) : void
X11GLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System
X11GLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System

비공개 메소드들

메소드 설명
Dispose ( bool manuallyCalled ) : void
SelectVisual ( OpenTK.Graphics.GraphicsMode mode, X11WindowInfo currentWindow ) : XVisualInfo
SupportsExtension ( X11WindowInfo window, string e ) : bool

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAddress() 공개 메소드

public GetAddress ( string function ) : IntPtr
function string
리턴 System.IntPtr

LoadAll() 공개 메소드

public LoadAll ( ) : void
리턴 void

MakeCurrent() 공개 메소드

public MakeCurrent ( IWindowInfo window ) : void
window IWindowInfo
리턴 void

SwapBuffers() 공개 메소드

public SwapBuffers ( ) : void
리턴 void

X11GLContext() 공개 메소드

public X11GLContext ( ContextHandle handle, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System
handle ContextHandle
window IWindowInfo
shared IGraphicsContext
direct bool
major int
minor int
flags GraphicsContextFlags
리턴 System

X11GLContext() 공개 메소드

public X11GLContext ( OpenTK.Graphics.GraphicsMode mode, IWindowInfo window, IGraphicsContext shared, bool direct, int major, int minor, GraphicsContextFlags flags ) : System
mode OpenTK.Graphics.GraphicsMode
window IWindowInfo
shared IGraphicsContext
direct bool
major int
minor int
flags GraphicsContextFlags
리턴 System