WebGL verbose mode in Chrome / Chromium -


I want to start using WebGL technology in web development, but I have a minor issue. Normally, I test my application in Chrome I love my console, as far as I am concerned, better than firebug.

However, a verbose mode is available in Firefox (WebGL.Version is set to true), I have not got such a thing for Chrome I know that some libraries (I webgl-debug.js There are some ways to avoid the problem using some errors, throwing unreadable messages).

So my question is: did you know the way Chrome / Chromium designed to enable WebGL logging? Chrome support "about: gpu" url provides basic information on this weblog and profiler.

Otherwise you have got an "Advanced WebGL Debugging Toolkit". In essence this is a bit like the JavaScript console, but for WebGL

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -