Ejemplo n.º 1
0
        public EAGLView(NSCoder coder) : base(coder)
        {
            LayerRetainsBacking = true;
            LayerColorFormat    = EAGLColorFormat.RGBA8;

            // retina support
            ContentScaleFactor = UIScreen.MainScreen.Scale;

            keys = new ES30Keys();
        }
Ejemplo n.º 2
0
		public EAGLView (NSCoder coder) : base (coder)
		{
			LayerRetainsBacking = true;
			LayerColorFormat = EAGLColorFormat.RGBA8;

			// retina support
			ContentScaleFactor = UIScreen.MainScreen.Scale;

			keys = new ES30Keys ();
		}
Ejemplo n.º 3
0
		void Initialize ()
		{
			keys = new ES30Keys ();
			AutoSetContextOnRenderFrame = false;
			RenderOnUIThread = false;
		}
Ejemplo n.º 4
0
 void Initialize()
 {
     keys = new ES30Keys();
     AutoSetContextOnRenderFrame = false;
     RenderOnUIThread            = false;
 }
Ejemplo n.º 5
0
		public GLView1 (Context context) : base (context)
		{
			keys = new ES30Keys ();
		}
Ejemplo n.º 6
0
 public GLView1(Context context) : base(context)
 {
     keys = new ES30Keys();
 }