public AndroidContext( AndroidSupport glsupport, IGraphicsContext glcontext, IWindowInfo windowInfo )
		{
			this.glSupport = glsupport;
			this.glContext = glcontext;
			this.windowInfo = windowInfo;
		}
Exemple #2
0
 public AndroidContext(AndroidSupport glsupport, IGraphicsContext glcontext, IWindowInfo windowInfo)
 {
     this.glSupport  = glsupport;
     this.glContext  = glcontext;
     this.windowInfo = windowInfo;
 }
Exemple #3
0
 public AndroidWindow(AndroidSupport glSupport)
 {
     this.glSupport = glSupport;
     this.closed    = false;
     this.context   = null;
 }
Exemple #4
0
		public AndroidWindow( AndroidSupport glSupport )
		{
			this.glSupport = glSupport;
			this.closed = false;
			this.context = null;
		}