浏览代码

Added BC7 compression format

TothBenoit 6 月之前
父节点
当前提交
c12521157e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hide/view/Image.hx

+ 1 - 1
hide/view/Image.hx

@@ -125,7 +125,7 @@ class Image extends FileView {
 		</div>');
 		</div>');
 		compressionInfo.append(nativeFormat);
 		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">
 		var alphaField = new Element('<div class="field alpha">
 			<label>Alpha :</label>
 			<label>Alpha :</label>