|
|
@@ -10,6 +10,9 @@ import { Texture } from './Texture.js';
|
|
|
* const texture = new THREE.VideoTexture( video );
|
|
|
* ```
|
|
|
*
|
|
|
+ * Note: When using video textures with {@link WebGPURenderer}, {@link Texture#colorSpace} must be
|
|
|
+ * set to THREE.SRGBColorSpace.
|
|
|
+ *
|
|
|
* Note: After the initial use of a texture, its dimensions, format, and type
|
|
|
* cannot be changed. Instead, call {@link Texture#dispose} on the texture and instantiate a new one.
|
|
|
*
|