Henri Verbeet pushed to branch master at wine / vkd3d
Commits: d71966c7 by Giovanni Mascellani at 2024-09-10T21:47:38+02:00 vkd3d: Do not keep track of descriptor heaps when using virtual heaps.
Descriptors only need flushing when using Vulkan heaps, so let's avoid uselessly scanning an array and taking and releasing a mutex if we're not.
- - - - -
1 changed file:
- libs/vkd3d/command.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/d71966c77e64f1fdf34cc36154d294...