summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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() {