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

OffscreenCanvas context loss tests implicitly rely on OES_texture_float #3715

Open
kenrussell opened this issue Feb 13, 2025 · 0 comments
Open

Comments

@kenrussell
Copy link
Member

In https://crbug.com/396176034 it was discovered that the OffscreenCanvas context lost/restored tests implicitly rely on the OES_texture_float extension in https://github.com/KhronosGroup/WebGL/blob/main/sdk/tests/js/tests/canvas-tests-utils.js#L783 . There are some Android devices which don't support that extension and fail the context lost/restored tests for that reason. To decouple these, the OffscreenCanvas tests should be rewritten to check the behavior of a different extension before and after context loss and restoration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant