Delete this texture and free all its resources

Use caution with this service as the subtextures may rely on the deleted data.

Property definitions

gamnit $ RootTexture :: delete
	# Delete this texture and free all its resources
	#
	# Use caution with this service as the subtextures may rely on the deleted data.
	fun delete
	do
		if deleted or not loaded then return

		deleted = true
	end
lib/gamnit/textures.nit:300,2--308,4