summaryrefslogtreecommitdiff
path: root/src/entities.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-03-05 19:30:45 -0500
committerJonathan Bradley <jcb@pikum.xyz>2025-03-05 19:30:45 -0500
commit5be32bb8735cf8dad61ae672c3ddf0d1295b8c3c (patch)
treeec165924dc49577f137ef5bdaa5ec98c4a90538f /src/entities.cpp
parenta825df5bd950ad1917c3ba991e71b8612c940112 (diff)
pke: MemBkt_Vulkan and transient bkt pass
Diffstat (limited to 'src/entities.cpp')
-rw-r--r--src/entities.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities.cpp b/src/entities.cpp
index 53ab9da..1abe632 100644
--- a/src/entities.cpp
+++ b/src/entities.cpp
@@ -175,6 +175,7 @@ void EntityType_Inner_DestroyDescriptors(EntityType *et) {
// If we switch to a global pool, we will need to free here, and
// destroy the pool outside of this loop
vkDestroyDescriptorPool(vkDevice, et->details[k].vkDescriptorPool, vkAllocator);
+ pk_delete<VkDescriptorSet>(et->details[k].grBinds->vkDescriptorSets, prevSwapchainLength, MemBkt_Vulkan);
et->details[k].grBinds->vkDescriptorSets = CAFE_BABE(VkDescriptorSet);
}
}