On 2010-06-08 01:39, Jack wrote:
Have you try with [pix_share_read] and [pix_share_write] ? Then connect
[pix_share_*] only exist on osx and linux, so it's probably not such a good idea. these objects are intended for interprocess communication.
if you just need a storage for pixes, you can use [pix_buffer] and [pix_buffer_read]/[pix_buffer_write].
if you just want to share textures, you could use [pix_texture].
gmfadr IOhannes