Axiom.RenderSystems.OpenGLES.GLESTexture.freeInternalResources C# (CSharp) Méthode

freeInternalResources() protected méthode

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