Chrome / Chromium 中的 WebGL 详细模式

发布于 2024-12-02 15:18:24 字数 295 浏览 2 评论 0原文

我希望开始使用 WebGL 技术进行 Web 开发,但我有一个小问题。 通常,我在 Chrome 中测试我的应用程序。我喜欢它的控制台,就我而言,它比 Firebug 更好。

然而,尽管 Firefox 中提供了详细模式(将 webgl.verbose 设置为 true),但我还没有在 Chrome 中找到这样的东西。我知道有一些方法可以通过使用一些库来避免这个问题(我找到了 webgl-debug.js,但有些错误会抛出不可读的消息)。

所以我的问题是:你知道在 Chrome/Chromium 中启用 WebGL 日志记录的内置方法吗?

I wish to start in the web development using WebGL technology, but I have a minor issue.
Usually, I test my applications in Chrome. I love its console which is, as far I'm concerned, better than Firebug.

However, even though a verbose mode is available in Firefox (with webgl.verbose set to true), I haven't found such a thing for Chrome. I know that there is some ways to avoid the problem by using some libraries (I've found webgl-debug.js, but some errors throw unreadable messages).

So my question is : do you know any builtin way to enable WebGL logging in Chrome / Chromium ?

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

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

发布评论

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

评论(2

单身狗的梦 2024-12-09 15:18:24

Chrome 支持“about:gpu”网址。它提供了有关 webgl 和分析器的基本信息。

否则你会得到WebGL Inspector,它是一个“高级WebGL调试工具包”。简而言之,这有点像 javascript 控制台,但是针对 WebGL

chrome supports "about:gpu" url. It provides basic information on webgl and a profiler.

Else you got WebGL Inspector which is a "An advanced WebGL debugging toolkit". In short this is a bit like the javascript console, but for WebGL

天煞孤星 2024-12-09 15:18:24

这是最新 Chrome DevTools 带来的另一个解决方案

Here is another solution brought by latest Chrome DevTools.

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