summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--video.cpp2
1 files changed, 2 insertions, 0 deletions
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(),