Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force normal HTML elements rendering even when using non-composited webgl #1450

Open
laurence-ejraee opened this issue Jan 27, 2025 · 1 comment
Labels
wpe-2.28 Only for PR affecting 2.28

Comments

@laurence-ejraee
Copy link

Just another very quick question if anyone has an insight. After enabling non-composited webgl setting on 2.28 normal HTML elements such as img, div, are not shown - the page is simply black, and the only thing that will ever be visible on the page is a webgl canvas.

We now know this is expected behaviour, the question is even though we are using non-composited webgl - is there any way to still force the normal HTML elements to render, e.g. by somehow hiding the webgl render layer, or forcing the HTML elements to use that renderer, etc?

The answer might just be a simple no. But if there are any hacks or possible workarounds you know of please do share.
Again thanks very much.

@magomez
Copy link

magomez commented Jan 27, 2025

nonCompositedWebGL mode is intended to show fullscreen WebGL content only. The rest of the elements of the page are not renderered. This is expected behavior.

@modeveci modeveci added the wpe-2.28 Only for PR affecting 2.28 label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wpe-2.28 Only for PR affecting 2.28
Development

No branches or pull requests

3 participants