mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-04 11:35:06 +03:00
Removed debug ssao view
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user