[GEM-dev] sharing texture between process

Antoine Villeret antoine.villeret at gmail.com
Mon Nov 3 17:49:55 CET 2014


GLXContext is defined on glx.h:165 as :

typedef struct __GLXcontextRec *GLXContext;

it seems to be a pointer to __GLXcontextRec struct
then we have a problem right ?

+
a

--
do it yourself
http://antoine.villeret.free.fr

2014-10-28 9:13 GMT+01:00 IOhannes zmölnig <zmoelnig at iem.at>:

>
>
> Am 27. Oktober 2014 19:18:06 MEZ, schrieb Antoine Villeret <
> antoine.villeret at gmail.com>:
> >
> >isn't it possible to handle this original context in the first Gem
> >instance and put it in a shared memory ?
> >then in the second Gem, couldn't we use that first context in
> >glXCreateContext() ?
>
> I dont know off hand how a "glxcontext" is represented. If its a pointer
> we have a problem. If its POD it might just work.
>
> mfg.ugd.fhj
> IOhannes
>
> --
> Sent from my pdp-11
>
> _______________________________________________
> GEM-dev mailing list
> GEM-dev at lists.iem.at
> http://lists.puredata.info/listinfo/gem-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/gem-dev/attachments/20141103/ec8459bd/attachment.html>


More information about the GEM-dev mailing list