multi devices operations

Can texture be shared between 2 devices?
Can texture / arrays be copied between devices?
Thanks
Ariel

No, textures are stored locally on each device. You would need to copy the texture to both devices.

You can copy data between devices, but currently the data has go via the host.

We are looking into direct peer-to-peer transfers for a future release.