mirror of
https://github.com/antopilo/Nuake.git
synced 2026-01-06 06:09:52 +03:00
Added back SSAO
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user