Open star-e opened 4 days ago
Improve compressedTexSubImage2D support of WebGL
https://github.com/cocos/cocos-engine/pull/17763 ASTC textures were not displayed correctly on some devices.
Fix texture uploading on web platform.
No response
Use other compressed format.
Use Case
Improve compressedTexSubImage2D support of WebGL
Problem Description
https://github.com/cocos/cocos-engine/pull/17763 ASTC textures were not displayed correctly on some devices.
Proposed Solution
Fix texture uploading on web platform.
How it works
No response
Alternatives Considered
Use other compressed format.
Additional Information
No response