<p>Copies the pixels of a texture in the bounds '[page:Box3 sourceBox]' 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>
- <p>Dispose of the current rendering context.</p>
+ <p>
+ Frees the GPU-related resources allocated by this instance. Call this method whenever this instance is no longer used in your app.