vulkan: implement multi canvas rendering

This commit is contained in:
niki
2022-08-28 03:35:06 +02:00
parent 748f2676d5
commit c5a2e47714
6 changed files with 165 additions and 107 deletions
@@ -6,7 +6,6 @@
#include "graphics/Graphics.h"
#include "VulkanWrapper.h"
#include "vk_mem_alloc.h"
namespace love {
namespace graphics {