C# Class OpenTK.X11GLControl

Inheritance: IGLControl
Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method Description
CreateContext ( int major, int minor, GraphicsContextFlags flags ) : IGraphicsContext

Private Methods

Method Description
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

Method Details

CreateContext() public method

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