Removing hard sync, breaking stuff again

This commit is contained in:
Dynamitos
2024-03-03 10:29:09 +01:00
parent 66b3ba59b6
commit a74def0ab0
6 changed files with 9 additions and 7 deletions
@@ -9,8 +9,6 @@
#include "Math/Vector.h"
#include "RenderGraph.h"
#include "Graphics/Command.h"
#include <vulkan/vulkan.h>
#include "Graphics/Vulkan/Graphics.h"
using namespace Seele;
@@ -131,9 +129,8 @@ void DepthPrepass::render()
commands.add(command);
}
}
graphics->executeCommands(commands);
//graphics->executeCommands(commands);
graphics->endRenderPass();
//vkDeviceWaitIdle(((Vulkan::Graphics*)graphics.getHandle())->getDevice());
}
void DepthPrepass::endFrame()