mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-05 18:24:32 +00:00
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:
@@ -0,0 +1,6 @@
|
||||
#include "rendering_device.h"
|
||||
|
||||
RenderingDevice::RenderingDevice()
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user