vkd3d: Create smaller UAV-only descriptor pools alongside Vk-backed heaps.
- May 08, 2023
-
-
vkd3d: Create smaller UAV-only descriptor pools in the allocator if Vulkan-backed heaps are enabled. In this case d3d12_command_allocator_allocate_descriptor_set() is only called for clearing UAVs. This helps on platforms with limited descriptor maximum counts.
-