diff options
-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() { |