Axiom.RenderSystems.OpenGLES.GLESTexture.freeInternalResources C# (CSharp) Method

freeInternalResources() protected method

protected freeInternalResources ( ) : void
return void
		protected override void freeInternalResources()
		{
			_surfaceList.Clear();
			OpenGL.DeleteTextures( 1, ref _textureID );
			GLESConfig.GlCheckError( this );
		}