Removed debug ssao view

This commit is contained in:
Antoine Pilote
2023-08-02 23:05:16 -04:00
parent 4b7c75b493
commit eea9fa21d8

View File

@@ -129,14 +129,6 @@ namespace Nuake
Renderer::DrawQuad(Matrix4(1.0));
}
_ssaoBlurFramebuffer->Unbind();
if (ImGui::Begin("SSAO debug"))
{
ImGui::Image((void*)(uintptr_t)(_ssaoFramebuffer->GetTexture(GL_COLOR_ATTACHMENT0)->GetID()), ImGui::GetContentRegionAvail(), ImVec2(0, 1), ImVec2(1, 0));
}
ImGui::End();
}
Ref<FrameBuffer> SSAO::GetOuput() const