Browse Source

Added BC7 compression format

TothBenoit 6 tháng trước cách đây
mục cha
commit
c12521157e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hide/view/Image.hx

+ 1 - 1
hide/view/Image.hx

@@ -125,7 +125,7 @@ class Image extends FileView {
 		</div>');
 		compressionInfo.append(nativeFormat);
 
-		addField(compressionInfo, "Format :", "Compression format used to compress texture", "select-format", ["none", "BC1", "BC2", "BC3", "RGBA", "R16F", "RG16F", "RGBA16F", "R32F", "RG32F", "RGBA32F", "R16U", "RG16U", "RGBA16U"] );
+		addField(compressionInfo, "Format :", "Compression format used to compress texture", "select-format", ["none", "BC1", "BC2", "BC3", "BC7", "RGBA", "R16F", "RG16F", "RGBA16F", "R32F", "RG32F", "RGBA32F", "R16U", "RG16U", "RGBA16U"] );
 
 		var alphaField = new Element('<div class="field alpha">
 			<label>Alpha :</label>