Wednesday, 18 September 2013

Sharing OpenGL objects between contexts on Linux

Sharing OpenGL objects between contexts on Linux

To share OpenGL objects between different contexts (presumably running in
different threads) we use wglShareLists() on Windows.How is it done for
Linux?Has glx an API to do this kind of things?Any pointers to the related
docs will be welcomed.

No comments:

Post a Comment