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
2020-02-11 11:53:26 +01:00
parent 3e3f8a4761
commit fd188ddd51
115 changed files with 118949 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
#include "rendering_device.h"
RenderingDevice::RenderingDevice()
{
}