From 580ca2ecaa30475abdd91cb18d196716bed07beb Mon Sep 17 00:00:00 2001 From: quou Date: Sun, 23 Mar 2025 15:07:55 +1100 Subject: 4x speed up :D --- video.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/video.cpp b/video.cpp index 51cba9e..b9cd098 100644 --- a/video.cpp +++ b/video.cpp @@ -2070,6 +2070,8 @@ void Device::present() { VkSubmitInfo si{}; VkPipelineStageFlags stage = VK_PIPELINE_STAGE_COLOR_ATTACHMENT_OUTPUT_BIT; + heap_defrag(dev->heap); + // ^ this makes it >4x the speed ctx->check_end_rp(); ctx->transition( dev->get_backbuffer(), -- cgit v1.2.3-54-g00ecf