Skip to content

vkd3d: Do not keep track of descriptor heaps when using virtual heaps.

Giovanni Mascellani requested to merge giomasce/vkd3d:etna into master

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.

Merge request reports

Loading