소스 검색

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.