Fix missing incrementation of pipeline counter
This commit is contained in:
parent
52f797ccc1
commit
de2cc0119c
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue