战争雷霆移动版(war thunder mobile)在树莓派5上无法启动,启动图形子系统失败。
ss8688 opened this issue · 2 comments
ss8688 commented
似乎是不支持astc的问题?在dev check 里没有看到 astc 扩展
但是树莓派5的gpu好像是支持astc的啊? https://www.phoronix.com/news/V3D-Native-ASTC-Compression这里看到的。
ss8688 commented
不太确定用devcheck 检查astc支持是否可靠,但是我不知道其他方法
zhouziyang commented
Check app log (logcat --pid <pid-of-the-game>
);
BTW: dumpsys SurfaceFlinger | grep GLES -A3 | tr ' ' '\n' | grep -i astc
to check whether ASTC
supported.