Axiom.RenderSystems.OpenGLES.GLESRenderSystem.DestroyRenderTexture C# (CSharp) Method

DestroyRenderTexture() public method

public DestroyRenderTexture ( string name ) : void
name string
return void
		public override void DestroyRenderTexture( string name )
		{
			base.DestroyRenderTexture( name );
		}
GLESRenderSystem