[Vulkan] Descriptor Pool bug fix #2564

Merged
crueter merged 1 commit from Descriptor_pool_bug into master 2025-09-26 04:58:10 +02:00

1 commit

Author SHA1 Message Date
f5b3c7c6b6 [Vulkan] Descriptor Pool bug fix
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
a bank could be (incorrectly) considered a superset if it had enough image buffer descriptors but not enough storage image descriptors, causing the allocator to pick a bank that can’t actually satisfy VK_DESCRIPTOR_TYPE_STORAGE_IMAGE demand resulting in sham allocations and creation of new pools.
Note to testers,
please look for any regressions in terms of visuals and most importantly please test the performance and ram usage.
2025-09-26 04:50:35 +02:00