C# 클래스 OpenTK.X11GLControl

상속: IGLControl
파일 보기 프로젝트 열기: prepare/HTML-Renderer

공개 메소드들

메소드 설명
CreateContext ( int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext

비공개 메소드들

메소드 설명
GetStaticFieldValue ( Type type, string fieldName ) : object
SetStaticFieldValue ( Type type, string fieldName, object value ) : void
X11GLControl ( OpenTK.Graphics.GraphicsMode mode, Control control ) : System
XCreateColormap ( IntPtr display, IntPtr window, IntPtr visual, int alloc ) : IntPtr
XGetVisualInfo ( IntPtr display, int vinfo_mask, XVisualInfo &template, int &nitems ) : IntPtr
XGetVisualInfoInternal ( IntPtr display, IntPtr vinfo_mask, XVisualInfo &template, int &nitems ) : IntPtr
XPending ( IntPtr diplay ) : int

메소드 상세

CreateContext() 공개 메소드

public CreateContext ( int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext
major int
minor int
flags GraphicsContextFlags
리턴 IGraphicsContext