diff options
author | Lynne <[email protected]> | 2024-12-18 14:58:33 +0900 |
---|---|---|
committer | Lynne <[email protected]> | 2024-12-23 04:25:09 +0900 |
commit | 157cd820adbbfcfd1870a6ce12d072dc0f623e9b (patch) | |
tree | ad8ce1f1676a448fc2ff0defcaac8cf8e503f989 /tools | |
parent | 7239be07bea6cce5a9e09d5dc7ebb1a14e34121f (diff) |
vulkan: remove pointless mutex locks
This code was simply incorrect through and through. It did not
protect what actually has to be protected in a multi-threaded setup.
Perhaps it was used to silence threading errors?
Either way, remove it, and document the correct way to use execution
pools in a threaded environment.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions