Sharing of Context
Posted by Wilds on Mar 05, 2018; 8:26am
URL: https://forum.jogamp.org/Sharing-of-Context-tp4038703.html
Hey me again,
Do I need to create ALL resources on the master context if I want to get it shared accross all slaves?
Can't I create OpenGL resources on the slave context because I thought the context was set to be shared?
Currently I am setting opengl initialization state(depth, blend, etc..) on the master context, which isnt reflected to my slaves.... (still use default settings)
I have created a custom written batcher on a slave context but my other viewport(not gl viewport) cant use the batcher either.