Initial work on Vulkan:

-Added VulkanContext
-Added an X11 implementation
-Added a rendering device abstraction
-added a Vulkan rendering device abstraction
-Engine does not work, only shows Godot logo (run it from bin/)
This commit is contained in:
Juan Linietsky
2019-06-07 13:07:57 -03:00
parent 3e3f8a4761
commit fd188ddd51
115 changed files with 118949 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
#define VMA_IMPLEMENTATION
#include "vk_mem_alloc.h"