cocos / cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
https://www.cocos.com/en/creator
Other
8.83k stars 2.05k forks source link

ASTC support on WebGL #17904

Open star-e opened 4 days ago

star-e commented 4 days ago

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