public void Format(TextureFormat format) { Texture2DArray prevTexArr = texArr; texArr = texArr.FormattedClone(format); ApplyAllSources(); Rewrite(prevTexArr, texArr); }