[Vulkan] Phase 1: Descriptor Set caching #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
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.