Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Adreno 642L crash (bevyengine#14937)
# Objective The Android example on Adreno 642L currently crashes on startup. Previous PRs bevyengine#14176 and bevyengine#13323 have adressed this specific crash occurring on some Adreno GPUs, that fix works as it should but isn't applied when to the GPU name contains a suffix like in the case of `642L`. ## Solution - Amending the logic to filter out any parts of the GPU name not containing digits thus enabling the fix on `642L`. ## Testing - Ran the Android example on a Nothing Phone 1. Before this change it crashed, after it works as intended. --------- Co-authored-by: Sam Pettersson <sam.pettersson@geoguessr.com>
- Loading branch information