On 11/03/2014 05:49 PM, Antoine Villeret wrote:
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 ?
most likely.
otoh, since the manpage you referred to explicitely mentioned context sharing across process, there ought to be a way to do it.
see [1]
fgmsdr IOhannes
[1] https://www.opengl.org/discussion_boards/showthread.php/156327-GLX-context-s...