Esempio n. 1
0
		public UnityGLSurfaceView(UnityContext c)
		{
			this._context = c;
			this._gl = new GL();
		}
Esempio n. 2
0
 public UnityGLSurfaceView(UnityContext c)
 {
     this._context = c;
     this._gl      = new GL();
 }