Fix logic surrounding PushDescriptors in Vulkan #257

Merged
gr3ger merged 3 commits from vk_fixes into master 2024-11-28 23:00:12 +00:00

3 Commits

Author SHA1 Message Date
Evan Husted
8642b81d29
Merge branch 'master' into vk_fixes 2024-11-28 16:57:18 -06:00
gr3ger
15b4d4c5e3 Refactor descriptor count validation
This change retains the same functionality, but in a more performat way. I measured ticks for both the above for loop and the new one, and opted for moving this one down as well since it was slightly slower.
2024-11-16 23:26:06 +01:00
gr3ger
2c43ca4f28 Prevent the use of PushDescriptors when it will violate vulkan MaxPushDescriptors limitation. 2024-11-16 22:50:23 +01:00