gonkalbell
gonkalbell
> There isn't an API for that That's disappointing, since that would be a really nice API to have. I guess it's just a matter of someone needs to take...
I'm noticing that this is still an issue. It seems to be that these two calls to `GetProgramStageiv` starting on https://github.com/glium/glium/blob/e44b97ceb959873c6ecce9590dfb4cf7340a665b/src/program/reflection.rs#L1175 don't work on compute shaders.
Is there a place where you're tracking the progress of performance improvements? Also, would it make sense to make a new "performance" label for github issues?
I gave this a shot for my own personal project, but I'm struggling to figure out what I should do with the fact that it takes several frames for timestamp...
Something that I didn't realize is that I could make a separate `puffin::GlobalProfiler` for just the WGPU scopes. The documentation for `puffin_http` mentions something similar for using separate profilers for...
Here's a code review of my current approach using a separate `GlobalProfiler` for the GPU. I'm still not quite thrilled with that, but I haven't had much luck combining the...