From de2cc0119ce9031933266788491bf20dcdedb975 Mon Sep 17 00:00:00 2001 From: RaveYard <29225776+MrRaveYard@users.noreply.github.com> Date: Thu, 3 Apr 2025 23:29:20 +0200 Subject: [PATCH] Fix missing incrementation of pipeline counter --- src/common/rendering/vulkan/pipelines/vk_renderpass.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/rendering/vulkan/pipelines/vk_renderpass.cpp b/src/common/rendering/vulkan/pipelines/vk_renderpass.cpp index 2884ac89d..24bc141ce 100644 --- a/src/common/rendering/vulkan/pipelines/vk_renderpass.cpp +++ b/src/common/rendering/vulkan/pipelines/vk_renderpass.cpp @@ -433,6 +433,7 @@ std::unique_ptr VkRenderPassSetup::CreatePipeline(const VkPipeli ct.Unclock(); const auto duration = ct.TimeMS(); pipeline_time += duration; + ++pipeline_count; if (vk_debug_pipeline_creation) {