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
+1
View File
@@ -37,6 +37,7 @@ public:
virtual Gfx::ORenderPass createRenderPass(Gfx::RenderTargetLayout layout, Array<Gfx::SubPassDependency> dependencies, Gfx::PViewport renderArea) override;
virtual void beginRenderPass(Gfx::PRenderPass renderPass) override;
virtual void endRenderPass() override;
virtual void waitDeviceIdle() override;
virtual void executeCommands(const Array<Gfx::PRenderCommand>& commands) override;
virtual void executeCommands(const Array<Gfx::PComputeCommand>& commands) override;