We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the visualizer's UI to look at multiple memory blocks, a condition can be met where closing one of the windows causes the program to panic.
Error message:
'attempt to subtract with overflow'
The line where it panics:
gpu-allocator-0.21.0\src\vulkan\visualizer.rs:256
The text was updated successfully, but these errors were encountered:
gpu-allocator/src/vulkan/visualizer.rs
Line 256 in b92f7cc
Sorry, something went wrong.
No branches or pull requests
When using the visualizer's UI to look at multiple memory blocks, a condition can be met where closing one of the windows causes the program to panic.
Error message:
The line where it panics:
The text was updated successfully, but these errors were encountered: