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

webgl extension "OES_texture_float" not supported on some android devices #122

Closed
Shane98c opened this issue Jul 15, 2024 · 3 comments
Closed

Comments

@Shane98c
Copy link
Member

Recently (seemingly within the last two months) there's been a change/update in Google Chrome on android (or android system webview) that has removed support for the "OES_texture_float" extension. All maps apps throw errors when this extension is not available.

This has been reproduced on Pixel 6a devices (Shane, Tyler, Tyler's partner). Surprisingly, I haven't been able to track down a recent outcry about this issue causing errors elsewhere. Becky's Pixel 3 does not reproduce the error, so it may be specific to Google's more recent processors.

The functionality is available without extensions in webgl2, and there's been a bit of discussion about making regl compatible with it. regl-project/regl#561 It's likely that this wouldn't play nice without significant updates to maps though.

A stopgap could be sniffing for extension support and surfacing a more friendly user facing error than the current one.

Just really odd that we'd lose support for a previously supported extension!

@Shane98c
Copy link
Member Author

Shane98c commented Oct 2, 2024

This seems to have been fixed on latest chrome/android combo

edit: not true :(

@Shane98c Shane98c closed this as completed Oct 2, 2024
@Shane98c Shane98c reopened this Oct 15, 2024
@Shane98c
Copy link
Member Author

Shane98c commented Oct 15, 2024

discussion of the same issue hitting openlayers here: openlayers/openlayers#15581
also interesting with a hint of a potential fix in chromium coming? unclear https://issues.chromium.org/issues/40124875

@Shane98c
Copy link
Member Author

closed by #126

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