Jaume Sanchez

Results 143 comments of Jaume Sanchez

There isn't a method to do that, no. It's meant as a debug lib, so there wasn't too much worry to destroy anything created. It can be added, of course....

If you want to do a PR, I'll check the other methods. Although I'm wondering if this library could do with an overhaul. It's too verbose for my taste, even...

Yes, absolutely. It's a very arbitrary value, it was an example of how it would work. The actual value should be several orders of magnitude higher (or none). The only...

Good one. I think texImage2D, texSubImage2D, etc. can be profiled with the TimeLine as any JavaScript method. The call log in the extension would make it easier to find specific...

@Kuranes good one, too. The visual aid in that presentation would be pretty cool to have, too

@marquizzo they're added in order they're called (via useProgram) in the frame. the hash identifies each program. you should be seeing the same hashes in more or less the same...

I don't usually use npm modules, but I published ccapture to npm some time ago: https://www.npmjs.com/package/ccapture.js I'm not sure it works as expected. Could you try using it and report...

And you just bumped it. I had no idea this issue was here, either :(

@cbabc what exactly is the reaction you expect here?

When you say "over time" do you mean every second, over an undetermined period of time, or since the start of the execution? rStats is designed to calculate values per-frame,...