iPod touch 4 与 iPhone 4 性能对比
我正在开发一款 iOS 平台的游戏。它在 iPhone 4 iOS 4.3、iPad iOS 4.3、iPad2 ios 4.3 上以 60 FPS 流畅运行,但在装有 iOS 5 的 iPod touch 4 上仅提供 30-34 FPS。据我所知,iPhone 4 和 iPod touch 4 上的硬件是除 RAM 外均相同(512 iphone,256 iPod)。这是正常行为吗?如果不是,问题可能出在哪里?谢谢
一些附加信息:
游戏使用 openGL ES 2.0,
它是一个 2D 游戏,如果我从渲染中删除背景层,ipod 可以以 60 FPS 运行。所以我认为问题与 GPU 有关,但我不知道如何解决它。
I'm working on a game for iOS platform. It's running smooth on 60 FPS on iPhone 4 iOS 4.3, iPad iOS 4.3, iPad2 ios 4.3, but it gives only 30-34 FPS on iPod touch 4 with iOS 5.As i know the hardware on iPhone 4 and iPod touch 4 is the same except RAM (512 iphone, 256 ipod). Is it a normal behavior and if not where can be the problem? Thanks
Some additional info:
the game is using openGL ES 2.0
it's a 2D game and if i remove background layers from rendering ipod can run at 60 FPS. So i think the problem is related to GPU but I have no idea how to fix it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我尝试过另一台运行 iOS 4.2.1 的 ipod 4 32 GB。没有发现任何问题。奇怪的
I've tried on the other ipod 4 32 GB running iOS 4.2.1. No problems were detected. Strange