-
Notifications
You must be signed in to change notification settings - Fork 353
Decrease the minimum required maxTextureArrayLayers to 256 #2059
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
Conversation
The previous value of 2048 was preventing WebGPU from being supported on any ARM Android devices.
|
See #513 |
|
The previous analysis was that the most prominent/recent devices that didn't meet the limit were from 2016-2017. Is that no longer true? |
|
The previous analysis must have been wrong since all ARM devices only support 256. There are new ARM devices shipped all the time. |
kvark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, if that's the case... 😢
kainino0x
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I went back and checked gpuinfo and this checks out - no ARM has 2048. (From inspection it seems Mali-T880 and Mali-G72 are still the most popular, but they are probably also still current designs even though they're a few years old.)
|
And very recent ARM devices bump this to only 1024. |
SHA: bba3985 Reason: push, by @kainino0x Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: bba3985 Reason: push, by @kainino0x Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
SHA: bba3985 Reason: push, by @kainino0x Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The previous value of 2048 was preventing WebGPU from being supported on
any ARM Android devices.
💥 Error: 500 Internal Server Error 💥
PR Preview failed to build. (Last tried on Aug 24, 2021, 11:22 AM UTC).
More
PR Preview relies on a number of web services to run. There seems to be an issue with the following one:
🚨 CSS Spec Preprocessor - CSS Spec Preprocessor is the web service used to build Bikeshed specs.
🔗 Related URL
If you don't have enough information above to solve the error by yourself (or to understand to which web service the error is related to, if any), please file an issue.