OpenGL ES 2.0 调试

发布于 2024-10-26 23:52:21 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

2024-11-02 23:52:21

GPU 供应商提供了多种 OpenGL ES 1.1/2.0 调试工具。几乎这些工具都需要真实的设备,但 Imagination Technologies 提供了您使用的仿真库和跟踪工具。您是否将 PVRTrace 与 PVRVFrame 一起使用?

  • PowerVR(想象技术)
    • PVRVFrame 是 OpenGL ES 1.1/2.0 的仿真库OpenGL。 GL 调用可以通过 GUI 的 PVRTrace 进行跟踪。
    • PVRTrace 还可以与 Linux ARMv7 设备连接。
  • Adreno(高通)
  • Tegra (英伟达)
    • PerfHUD ES 具有帧调试器作为 Adreno 分析器。它需要 Tegra 开发套件。
  • 马里(ARM)

(我相信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?

  • PowerVR (Imagination Technologies)
    • PVRVFrame is an emulation libraries for OpenGL ES 1.1/2.0 on OpenGL. And GL calls can be traced by PVRTrace with GUI.
    • PVRTrace can also connect with Linux ARMv7 devices.
  • Adreno (Qualcomm)
  • Tegra (NVIDIA)
    • PerfHUD ES has Frame Debugger as Adreno profiler. It require Tegra Development Kit.
  • Mali (ARM)

(I believe that gDEBugger 5.7 is the best tool for debugging OpenGL ES 1.1/2.0. But it is no longer available...)

月光色 2024-11-02 23:52:21

我发现适用于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文