BabylonJS / Spector.js

Explore and Troubleshoot your WebGL scenes with ease.

Home Page:http://spector.babylonjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calling canvas.getContext("bitmaprenderer") with spectorjs plugin enabled causes error.

jaroslavbasista opened this issue · comments

let r = canvas.getContext("bitmaprenderer");
Console shows error - Uncaught TypeError: e.context.createFramebuffer is not a function.

Ohhhhh I ll see to fix it ASAP.

@jaroslavbasista Do you have a repro page ? I can not seem to be able to repro :-(

https://jsfiddle.net/ouwe1q74/1/

I get the error with the browser extension.

Ohhhh once enabled in a page with webgl... makes sense sorry for asking. I ll see to fix it now