-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't rely on context cancelation to release a Vulkan device.
This is an old bug that got exasperated recently. The context was never cancelled if the trace "finished" on its own - i.e. it was bounded by the number of frames captures or the app exited/crashed. Recently, a user request to stop tracing was also changed to not cancel the context either, causing the device to be released even less often. (It appears the context may sometimes get cancelled on gapis exit.) Fixes #2622
- Loading branch information
1 parent
b5a4e13
commit 6010fe0
Showing
2 changed files
with
18 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters