Memory leak, but otherwise working

This commit is contained in:
Dynamitos
2023-11-16 22:58:47 +01:00
parent 35966cb5b7
commit 3dc5855d6c
27 changed files with 558 additions and 674 deletions
+1 -4
View File
@@ -11,10 +11,7 @@ class RenderPass : public Gfx::RenderPass
public:
RenderPass(PGraphics graphics, Gfx::ORenderTargetLayout layout, Gfx::PViewport viewport);
virtual ~RenderPass();
constexpr uint32 getFramebufferHash() const
{
return framebufferHash;
}
uint32 getFramebufferHash();
constexpr VkRenderPass getHandle() const
{
return renderPass;