Fixing debug pass

This commit is contained in:
Dynamitos
2024-01-26 09:58:01 +01:00
parent 87417f483c
commit f1e1ce0541
12 changed files with 77 additions and 37 deletions
+1
View File
@@ -37,6 +37,7 @@ Fence::Fence(PGraphics graphics)
Fence::~Fence()
{
vkWaitForFences(graphics->getDevice(), 1, &fence, true, 100000);
vkDestroyFence(graphics->getDevice(), fence, nullptr);
}