texture_array_2d_copy
texture_array_2d_copy(source, source_x, source_y, source_width, source_height, destination, destination_x, destination_y, destination_width, destination_height, width, height, depth)
Kind: global function
| Param | Type |
|---|---|
| source | Array.<number> | ArrayLike.<number> | Float32Array |
| source_x | number |
| source_y | number |
| source_width | number |
| source_height | number |
| destination | Array.<number> | ArrayLike.<number> | Float32Array |
| destination_x | number |
| destination_y | number |
| destination_width | number |
| destination_height | number |
| width | number |
| height | number |
| depth | number |