浏览代码

BasisTextureLoader: Add note in docs about iOS support.

Don McCurdy 6 年之前
父节点
当前提交
c33e2598b4
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/examples/loaders/BasisTextureLoader.html

+ 3 - 0
docs/examples/loaders/BasisTextureLoader.html

@@ -60,6 +60,9 @@
 			desktop, Android, and iOS devices, and transcoded into DXT, ETC1, or
 			PVRTC1. Other output formats may be supported in the future.
 		</p>
+		<p>
+			Transcoding to PVRTC1 (for iOS) requires square power-of-two textures.
+		</p>
 		<p>
 			This loader relies on ES6 Promises and Web Assembly, which are not
 			supported in IE11.