-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Make sure swapchain texture views are dropped. #22254
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
Make sure swapchain texture views are dropped. #22254
Conversation
|
Cool - I will test it to confirm. Maybe not tomorrow (now today) - busy day. But shortly for sure. |
|
On my windows vm (on my Mac) using software renderer, i tested this PR on a trivial app.run() and it worked. I tested it on my slightly more complex example in my lib project and it worked. Seems to be all good. I will close my PR to clean things up but AFAIK #22254 is good to go. The resizing example: |
|
Thanks for testing! |
Fixes #22225
Supersedes #22242 with a little less code
Haven't tested since I don't have access to a software renderer at the moment.