We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.0 beta
Turns out certain hardware does not support WebGL precision highp float; For given hardware shader with mediump or lowp works fine
precision highp float;
mediump
lowp
Amazon Fire TV stick Gen 2 CPU: Mediatek MT8127D 4x ARM Cortex-A7 @ 1.3 GHz GPU: Mali 450 MP4
To render WebGL filters
The text was updated successfully, but these errors were encountered:
oh well. how to detect that? will be mediump enough for filters? what can we really do with an amazon fire tv stick?
Sorry, something went wrong.
Just a second, creating PR
#4433
So in my test case, only highp isn't supported, however there could be hardware that:
So the PR takes care of these hypothetical scenarios as well
No branches or pull requests
Version
2.0 beta
Test Case
Turns out certain hardware does not support WebGL
precision highp float;
For given hardware shader with
mediump
orlowp
works fineSteps to reproduce
Amazon Fire TV stick Gen 2
CPU: Mediatek MT8127D 4x ARM Cortex-A7 @ 1.3 GHz
GPU: Mali 450 MP4
Expected Behavior
To render WebGL filters
Actual Behavior
The text was updated successfully, but these errors were encountered: