Browse Source

BasisTextureLoader: Add note in docs about iOS support.

Don McCurdy 6 years ago
parent
commit
c33e2598b4
1 changed files with 3 additions and 0 deletions
  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.