Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将纹理(RGBA32)转换为 ETC1 格式,我需要在运行时发生这种情况。是否有任何 C/C++ 库可以完成这项工作?
有rg-etc1库。您也可以从 Google Android 项目获取源代码 - 克隆此 GIT存储库 frameworks / base.git并获取文件。opengl/include/ETC1/etc1.hopengl/libs/ETC1/etc1.cpp
opengl/include/ETC1/etc1.h
opengl/libs/ETC1/etc1.cpp
FFmpeg 是正确的库..链接