summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-12-19 19:35:48 +1100
committerquou <quou@disroot.org>2024-12-19 19:35:48 +1100
commit3283c6c8c32f980bd01591e441acd9c712c650ef (patch)
treee5354dc6655436a2e4543c40ddd06317598ae13d
parentb8278db0cd73676c74fade8d30ec48f660b0c41d (diff)
remove commented debugging code
-rw-r--r--video.cpp4
1 files changed, 0 insertions, 4 deletions
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() {