0

Is there a debugging tool in any browser, as an extension or otherwise, or any tool, that I could use to visualize the image loaded into a 2d sampler in GLSL?

Essentially something that has the same functionality as renderdoc but for WebGL.

Makogan
  • 8,208
  • 7
  • 44
  • 112

1 Answers1

1

Spector.js can show textures bound to texture units and a ton of other useful for debugging information.

Kirill Dmitrenko
  • 3,474
  • 23
  • 31