Hey there
Firsly to check my thinking: Is it not possible to draw a webView component above an OpenGL component?
My experience so far suggests “no”, and my guess is it’s probably down to how both components are effectively portals to platform specific logic.
If the answer is indeed no, what strategies are people using when they have an openGL accelerated app and want to temporarily display a webpage above it - eg for plugin documentation etc.?
Are you guys shutting down openGL for the time the webView component is visible and starting it up again afterwards?
Many thanks in advance,
Jeff