Axiom.RenderSystems.OpenGLES.GLESPlugin.Shutdown C# (CSharp) Method

Shutdown() public method

Stops the plugin
public Shutdown ( ) : void
return void
		public void Shutdown()
		{
			_renderSystem.Shutdown();
		}