Open ss8688 opened 1 week ago
似乎是不支持astc的问题?在dev check 里没有看到 astc 扩展
但是树莓派5的gpu好像是支持astc的啊? https://www.phoronix.com/news/V3D-Native-ASTC-Compression这里看到的。
不太确定用devcheck 检查astc支持是否可靠,但是我不知道其他方法
Check app log (logcat --pid <pid-of-the-game>);
logcat --pid <pid-of-the-game>
BTW: dumpsys SurfaceFlinger | grep GLES -A3 | tr ' ' '\n' | grep -i astc to check whether ASTC supported.
dumpsys SurfaceFlinger | grep GLES -A3 | tr ' ' '\n' | grep -i astc
ASTC
似乎是不支持astc的问题?在dev check 里没有看到 astc 扩展
但是树莓派5的gpu好像是支持astc的啊? https://www.phoronix.com/news/V3D-Native-ASTC-Compression这里看到的。