WebGL-Inspector icon indicating copy to clipboard operation
WebGL-Inspector copied to clipboard

Support extension instrumentation

Open benvanik opened this issue 14 years ago • 2 comments

Need a way to support both built-in and custom JS extension instrumentation. Really two parts:

  1. rework things to use enum lookup wherever possible (to bring in enums from extensions)
  2. instrumentExtension method to apply rewriting to extension methods

Special cases still required for extensions that modify resources - not sure there is a way around that.

benvanik avatar Feb 07 '11 21:02 benvanik

While it would be great if full extension instrumentation would work, for now I'd actually settle for a warning for extensions that are not supported. I've been banging my head against the wall trying to figure out why VAO didn't work at all, until I tried disabling inspector...

Otherwise: fantastic tool, couldn't live without it! ;)

DirkReiners avatar May 01 '13 20:05 DirkReiners

Vote for the warning, or at least a note in the readme - I too have been trying to debug VAOs.

Note: using chrome extension version 1.13

crobi avatar Jun 21 '14 13:06 crobi