You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One can pass gleam::gl::Gl to Renderer::new , but could I switch to different gl context during runtime? For example, when render failed, I may want to fallback to using Angle on Windows.
The text was updated successfully, but these errors were encountered:
There is no way to do this in WebRender. You will have to shut down the existing webrender instance and create new one (it is what Firefox does in this situation).
One can pass
gleam::gl::Gl
toRenderer::new
, but could I switch to different gl context during runtime? For example, when render failed, I may want to fallback to usingAngle
on Windows.The text was updated successfully, but these errors were encountered: