-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade wgpu-profiler #687
Conversation
@DJMcNab This can be changed to 0.18.2 now and should be able to land! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, this doesn't crash anymore on macOS for me ... but now it dies a lot with the negative Duration
. But that's how it is on macOS for now...
Dies? It shouldn't crash with a negative duration, it should display the duration as negative, I think? What's the panic message? |
|
Just tried with v0.2.1 and it definitely happens more often (almost constantly) now. Of course, the only thing that it is tracking is the render_to_texture, so it is only take some 300 microseconds or so. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Go for it.
Fixes #678