diff options
author | quou <quou@disroot.org> | 2024-12-19 19:35:48 +1100 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-12-19 19:35:48 +1100 |
commit | 3283c6c8c32f980bd01591e441acd9c712c650ef (patch) | |
tree | e5354dc6655436a2e4543c40ddd06317598ae13d /video.cpp | |
parent | b8278db0cd73676c74fade8d30ec48f660b0c41d (diff) |
remove commented debugging code
Diffstat (limited to 'video.cpp')
-rw-r--r-- | video.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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() { |