浏览代码

Add RGBA_BPTC_Format Constant to documentation (#24427)

Co-authored-by: decuyper <[email protected]>
gero3 3 年之前
父节点
当前提交
1025f6783f
共有 1 个文件被更改,包括 10 次插入1 次删除
  1. 10 1
      docs/api/en/constants/Textures.html

+ 10 - 1
docs/api/en/constants/Textures.html

@@ -271,10 +271,19 @@
 		THREE.RGBA_ASTC_12x12_Format
 		THREE.RGBA_ASTC_12x12_Format
 		</code>
 		</code>
 		<p>
 		<p>
-		For use with a [page:CompressedTexture CompressedTexture]'s [page:Texture.format format]	property,
+		For use with a [page:CompressedTexture CompressedTexture]'s [page:Texture.format format] property,
 		these require support for the [link:https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/ WEBGL_compressed_texture_astc] extension. <br /><br />
 		these require support for the [link:https://www.khronos.org/registry/webgl/extensions/WEBGL_compressed_texture_astc/ WEBGL_compressed_texture_astc] extension. <br /><br />
 		</p>
 		</p>
 
 
+		<h2>BPTC Compressed Texture Format</h2>
+		<code>
+		THREE.RGBA_BPTC_Format
+		</code>
+		<p>
+		For use with a [page:CompressedTexture CompressedTexture]'s [page:Texture.format format] property,
+		these require support for the [link:https://www.khronos.org/registry/webgl/extensions/EXT_texture_compression_bptc/ EXT_texture_compression_bptc] extension. <br /><br />
+		</p>
+
 		<h2>Internal Formats</h2>
 		<h2>Internal Formats</h2>
 		<code>
 		<code>
 		'ALPHA'
 		'ALPHA'