We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
GPU 供应商提供了多种 OpenGL ES 1.1/2.0 调试工具。几乎这些工具都需要真实的设备,但 Imagination Technologies 提供了您使用的仿真库和跟踪工具。您是否将 PVRTrace 与 PVRVFrame 一起使用?
(我相信gDEBugger 5.7是调试OpenGL ES 1.1/2.0的最佳工具。但它不再可用......)
There are several OpenGL ES 1.1/2.0 debugging tools from GPU vendors. Almost these tools require real device, but Imagination Technologies provides an emulation libraries and a tracing tool which you used. Did you use PVRTrace with PVRVFrame?
(I believe that gDEBugger 5.7 is the best tool for debugging OpenGL ES 1.1/2.0. But it is no longer available...)
从 4.2 版开始,它就可以在 Xcode 中实现,参见
https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_2.html#//apple_ref/doc/uid/00200-SW5
It's possible in Xcode since version 4.2, c.f.
https://developer.apple.com/library/ios/documentation/DeveloperTools/Conceptual/WhatsNewXcode/Articles/xcode_4_2.html#//apple_ref/doc/uid/00200-SW5
我发现适用于 Windows 的 gDebugger 5.7 仍然可以在这里使用:
http://files.gremedy。 com/downloads/gDEBugger-5_7.msi
我修改了此下载页面顶部的 URL:
view-source:http://www.gremedy.com/downloading.php?platform=windows32
可以通过相同的技巧访问其他平台的相同版本。
旧的许可证文件可在此处获取:
http://www.geeks3d.com/ 20101207/3d-programming-gdebugger-advanced-opengl-debugger-now-free/
但已于 2011 年 1 月 31 日过期。
I have found that gDebugger 5.7 for Windows IS still available here:
http://files.gremedy.com/downloads/gDEBugger-5_7.msi
I modified this URL from the one found at the top of this download page:
view-source:http://www.gremedy.com/downloading.php?platform=windows32
It may be possible to access the same version for other platforms via the same trick.
An old license file is available here:
http://www.geeks3d.com/20101207/3d-programming-gdebugger-advanced-opengl-debugger-now-free/
But it expired on Jan 31st, 2011.