I have just been reading up on the advantages of immutable texture storage. Whilst I understand that, using mutable storage, I would be able to resize the texture storage on demand, I don't see why I would want to.
What techniques make use of mutable texture storage in a way that is not possible or poorly performing in immutable texture storage?