|
@@ -377,23 +377,16 @@
|
|
|
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/copyTexImage2D WebGLRenderingContext.copyTexImage2D].
|
|
|
</p>
|
|
|
|
|
|
- <h3>
|
|
|
- [method:undefined copyTextureToTexture]( [param:Vector2 position], [param:Texture srcTexture], [param:Texture dstTexture], [param:Number level] )
|
|
|
- </h3>
|
|
|
+ <h3>[method:undefined copyTextureToTexture]( [param:Texture srcTexture], [param:Texture dstTexture], [param:Box2 srcRegion], [param:Vector2 dstPosition], [param:Number level] )</h3>
|
|
|
<p>
|
|
|
- ينسخ جميع بكسلات قوام إلى قوام موجود بدءًا من
|
|
|
- الموضع المعطى. يتيح الوصول إلى
|
|
|
- [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D WebGLRenderingContext.texSubImage2D].
|
|
|
+ Copies the pixels of a texture in the bounds '[page:Box2 srcRegion]' in the destination texture starting from the given position.
|
|
|
+ Enables access to [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/texSubImage2D WebGLRenderingContext.texSubImage2D].
|
|
|
</p>
|
|
|
-
|
|
|
- <h3>
|
|
|
- [method:undefined copyTextureToTexture3D]( [param:Box3 sourceBox], [param:Vector3 position], [param:Texture srcTexture], [param:Texture dstTexture], [param:Number level] )
|
|
|
- </h3>
|
|
|
+
|
|
|
+ <h3>[method:undefined copyTextureToTexture3D]( [param:Texture srcTexture], [param:Texture dstTexture], [param:Box3 srcRegion], [param:Vector3 dstPosition], [param:Number level] )</h3>
|
|
|
<p>
|
|
|
- ينسخ بكسلات قوام في الحدود '[page:Box3 sourceBox]' في
|
|
|
- قوام الوجهة بدءًا من الموضع المعطى. يتيح الوصول
|
|
|
- إلى
|
|
|
- [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext/texSubImage3D WebGL2RenderingContext.texSubImage3D].
|
|
|
+ Copies the pixels of a texture in the bounds '[page:Box3 srcRegion]' in the destination texture starting from the given position.
|
|
|
+ Enables access to [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext/texSubImage3D WebGL2RenderingContext.texSubImage3D].
|
|
|
</p>
|
|
|
|
|
|
<h3>[method:undefined dispose]( )</h3>
|