Search for share context data example

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Search for share context data example

blizzard
Hello

I search for a example which shows how context data can be shared.
I use two GLCanvas and the second GLCanvas should reuse texture data from the context of the first one.
It would be great to get a link to an example
I use JOGL 2.2.4 and GL3.3

Thank you
Reply | Threaded
Open this post in threaded view
|

Re: Search for share context data example

gouessej
Administrator
Hi

You should look at our unit tests, especially those named TestSharedContext*.java:
https://github.com/sgothel/jogl/tree/master/src/test/com/jogamp/opengl/test/junit/jogl/acore
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: Search for share context data example

blizzard
Thank you