-
Notifications
You must be signed in to change notification settings - Fork 270
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
memory leak in tutorial3-pipeline #260
Comments
Note: this does not occur on my windows machine, only my mac. |
See also gfx-rs/wgpu#2092 |
Seems to be a duplicate of #207 which is also covered in gfx-rs/wgpu#1783 ? |
Yes, maybe we need to wait until the next version of wgpu gets released. |
I'm going to close this as discussion on this issue is already being carried out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried cloning the repo and doing cargo run --bin tutorial3-pipeline on my M1 MacBook, it looks great but accumulates several gigabytes of memory in less than a minute.
The text was updated successfully, but these errors were encountered: