コード例 #1
0
        public void Format(TextureFormat format)
        {
            Texture2DArray prevTexArr = texArr;

            texArr = texArr.FormattedClone(format);
            ApplyAllSources();

            Rewrite(prevTexArr, texArr);
        }