public UnityGLSurfaceView(UnityContext c)
		{
			this._context = c;
			this._gl = new GL();
		}
Exemple #2
0
 public UnityGLSurfaceView(UnityContext c)
 {
     this._context = c;
     this._gl      = new GL();
 }