WIP: [Vulkan] Phase 1: Descriptor Set caching #2677
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!2677
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "descriptor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
please do performance testing and see see if anything breaks in terms of rendering
@ -517,0 +518,4 @@VkDescriptorSet descriptor_set = VK_NULL_HANDLE;bool needs_update = false;if (descriptor_set_layout) {if (uses_push_descriptor) {just make this a !uses_push_descriptor, generated code is the same on GCC but idk about msvc
fe663b446780f7919eb6[Vulkan] Phase 1: Descriptor Set cachingto WIP: [Vulkan] Phase 1: Descriptor Set cachingView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.