Fix missing incrementation of pipeline counter

This commit is contained in:
RaveYard 2025-04-03 23:29:20 +02:00 committed by Magnus Norddahl
commit de2cc0119c

View file

@ -433,6 +433,7 @@ std::unique_ptr<VulkanPipeline> VkRenderPassSetup::CreatePipeline(const VkPipeli
ct.Unclock();
const auto duration = ct.TimeMS();
pipeline_time += duration;
++pipeline_count;
if (vk_debug_pipeline_creation)
{