[Vulkan] Phase 1: Descriptor Set caching #2677

Open
wildcard wants to merge 2 commits from descriptor into master
Member

please do performance testing and see see if anything breaks in terms of rendering

please do performance testing and see see if anything breaks in terms of rendering
wildcard added 1 commit 2025-10-05 23:24:51 +02:00
[Vulkan] Phase 1: Descriptor Set caching
Some checks failed
eden-license / license-header (pull_request) Failing after 24s
7435d70e1e
wip
requested reviews from MaranBr, Lizzie, CamilleLaVey, Maufeat, crueter, MrPurple666 2025-10-05 23:24:51 +02:00
wildcard added 1 commit 2025-10-05 23:26:43 +02:00
Update src/video_core/renderer_vulkan/vk_descriptor_pool.h
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
fe663b4467
license fix
crueter reviewed 2025-10-06 00:38:32 +02:00
@ -517,0 +518,4 @@
VkDescriptorSet descriptor_set = VK_NULL_HANDLE;
bool needs_update = false;
if (descriptor_set_layout) {
if (uses_push_descriptor) {
Owner

just make this a !uses_push_descriptor, generated code is the same on GCC but idk about msvc

just make this a !uses_push_descriptor, generated code is the same on GCC but idk about msvc
All checks were successful
eden-license / license-header (pull_request) Successful in 25s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 2 approvals granted.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin descriptor:descriptor
git checkout descriptor
Sign in to join this conversation.
No description provided.