Multiple window views PVRVFrame

Hello,



I have been trying to create multiple views (separate windows) using the PVRVFrame emulator, but so far have been unsuccessful , in doing so.I tried creating separate contexts , sharing contexts etc.



Any help regarding this problem would be helpful.



Regards,

Ganesh

Hi Ganesh



Are you having trouble during the setup of your rendering contexts, or when trying to render?

Hi,



It was a problem with my code, i was blocking the windows UI thread until the opengl thread(render thread) was done initializing the secondary view,but the opengl thread was waiting for the windows UI thread, I am using wxWidgets, specifically the call to eglMakeCurrent was not returning . The single context multiple views works just fine.



Regards,

Ganesh