Added back SSAO

This commit is contained in:
antopilo
2025-04-12 17:57:02 -04:00
parent 6037d48210
commit 193b64e177
20 changed files with 781 additions and 176 deletions

View File

@@ -61,6 +61,7 @@
#include "Nuake/Rendering/Vulkan/SceneRenderPipeline.h"
#include <Nuake/Rendering/Vulkan/DebugCmd.h>
#include "Nuake/Rendering/Vulkan/VkShaderManager.h"
#include "../Events/EditorRequests.h"
@@ -2434,6 +2435,12 @@ namespace Nuake {
m_ShowGpuResources = !m_ShowGpuResources;
}
if (ImGui::MenuItem("Reload Shaders"))
{
VkShaderManager::Get().RecompileShaders();
}
#endif // NK_DEBUG
ImGui::EndMenu();