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

Need equivalent to glDebugMessageInsert

JannikGM opened this issue · comments

I'm not sure if such a feature already exists, but I want to be able to add custom debug message strings in the GL command log. Basically a console.log on the window.spector API.

This would also be needed for #170

(This is a duplicate of #154 which I only found after creating the issue; however, the original request still stands; it's impossible to have an debug mark / custom message, without also invoking some WebGL call)

See discussion on #170