Chrome / Chromium 中的 WebGL 详细模式
我希望开始使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
这是最新 Chrome DevTools 带来的另一个解决方案。
Here is another solution brought by latest Chrome DevTools.