OpenTK.GameViewBase.MakeCurrent C# (CSharp) Method

MakeCurrent() public abstract method

Makes the P:OpenTK.Platform.Android.AndroidGameView.GraphicsContext current on the calling thread.

This method is equivalent to calling: GraphicsContext.MakeCurrent(WindowInfo).

/// The instance has had /// /// invoked on it. ///
public abstract MakeCurrent ( ) : void
return void
		public abstract void MakeCurrent ();