From 3283c6c8c32f980bd01591e441acd9c712c650ef Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 19 Dec 2024 19:35:48 +1100 Subject: remove commented debugging code --- video.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'video.cpp') diff --git a/video.cpp b/video.cpp index 03b822b..c68df60 100644 --- a/video.cpp +++ b/video.cpp @@ -976,10 +976,6 @@ void Device::present() { pi.pSwapchains = sw; pi.pImageIndices = &dev->backbuffer_index; vkQueuePresentKHR(dev->queue, &pi); - -/* print("%d\n", dev->heap->blocks); - print("%d\n", dev->rpo_cache.size()); - heap_defrag(dev->heap);*/ } Texture_Id Device::get_backbuffer() { -- cgit v1.2.3-54-g00ecf