osx 上的 pvrtc 压缩
我正在 MAC OSX 10.6.x 上开发 OpenGL 应用程序。我想使用 PVRTC 压缩 OpenGL 应用程序中的原始像素数据。 OSX 上有 PVRTC 库可以帮助我吗?
感谢任何指点并提前致谢。
I am working on an OpenGL app on MAC OSX 10.6.x. I want to compress raw pixel data in the OpenGL app using PVRTC. Is there a PVRTC library for OSX that can help me?
Appreciate any pointers and thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
SDK 附带了一个名为
texturetool
的命令行工具。请参阅使用texturetool压缩纹理 。您还可能会发现 PowerVR Insider SDK 中包含有用的工具。There's a command-line tool called
texturetool
that ships with the SDK. See Using texturetool to Compress Textures. You might also find useful tools included with the PowerVR Insider SDK.