fd188ddd51
-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/)
6 lines
71 B
C++
6 lines
71 B
C++
#include "rendering_device.h"
|
|
|
|
RenderingDevice::RenderingDevice()
|
|
{
|
|
|
|
}
|