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.
是否有任何教程可以教我如何在我的程序中使用 mipmapping?我已经知道如何生成 mipmap,但我想了解如何在我的程序中读取、加载和使用 pvr 文件。
Apple在此处的文档中详细介绍了如何使用 PVRTC 纹理压缩。
它涵盖了使用他们的“纹理工具”来压缩纹理(包括自动 mipmap 链生成),然后在代码中如何上传纹理。
Apple 提供了非常直接的示例代码,展示了如何读取 PVR 纹理(包括其 mipmap 链)。