File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ class Backend {
344
344
* @abstract
345
345
* @param {Texture } srcTexture - The source texture.
346
346
* @param {Texture } dstTexture - The destination texture.
347
- * @param {?Vector4 } [srcRegion=null] - The region of the source texture to copy.
347
+ * @param {?(Box3|Box2) } [srcRegion=null] - The region of the source texture to copy.
348
348
* @param {?(Vector2|Vector3) } [dstPosition=null] - The destination position of the copy.
349
349
* @param {number } [srcLevel=0] - The source mip level to copy from.
350
350
* @param {number } [dstLevel=0] - The destination mip level to copy to.
Original file line number Diff line number Diff line change @@ -1892,7 +1892,7 @@ class WebGLBackend extends Backend {
1892
1892
*
1893
1893
* @param {Texture } srcTexture - The source texture.
1894
1894
* @param {Texture } dstTexture - The destination texture.
1895
- * @param {?Vector4 } [srcRegion=null] - The region of the source texture to copy.
1895
+ * @param {?(Box3|Box2) } [srcRegion=null] - The region of the source texture to copy.
1896
1896
* @param {?(Vector2|Vector3) } [dstPosition=null] - The destination position of the copy.
1897
1897
* @param {number } [srcLevel=0] - The source mip level to copy from.
1898
1898
* @param {number } [dstLevel=0] - The destination mip level to copy to.
You can’t perform that action at this time.
0 commit comments