WebGL Inspector is a tool inspired by gDEBugger and PIX with the goal of making the development of advanced WebGL applications easier. The extension represents for WebGL what Firebug and Developer Tools are to HTML or JS.
In order to use the extension you need to browse to a page with WebGL content and click the 'GL' button that automatically appears on the toolbar.
Here are some key features of "WebGL Inspector for Chrome":
· Extension for injecting into pages
· Embed in an existing application with a single script include
· Capture entire GL frames
· Annotated call log with stepping/resource navigation and redundant call warnings
· Pixel history - see all draw calls that contributed to a pixel + blending information
· GL state display
· Resource browsers for textures, buffers, and programs
Requirements:
· Google Chrome
What's New in This Release: [ read full changelog ]
· Fixed screenshots in the trace tab listing
· Fixed some crashes when passing null to various functions (still likely some bugs here)
· Fixed Chrome crashes with the pixel history/lower-right preview view
· Added explicit extension support for a few extensions
· Various fixups due to WebGL spec drift